This is my first article and it aims to show you a full example from start to finish on how to create a flutter plugin and use it from another app, passing data back and forth using protocol buffers, this will only show examples for Android written in Kotlin (rip iOS)
This is only my second attempt at this so if you see flaws in what I’m doing please let me and everyone else know and I’ll update this, there are other guides out there that were a massive help to me and will be linked below, but I felt…