Awesome
go-flutter-plugin-sqlite
This Go package implements the host-side of the Flutter sqflite plugin.
The plugin is still under development! Using in prod is not recommended!
Usage
Import as:
import "github.com/nealwon/go-flutter-plugin-sqlite"
Then add the following option to your go-flutter application options:
flutter.AddPlugin(sqflite.NewSqflitePlugin("myOrganizationOrUsername","myApplicationName")),
Change the values of the Vendor and Application names to a custom and unique string, so it doesn't conflict with other organizations.