boltomli / go-flutter-plugin-sqlite

try implement go version sqlite channel for flutter sqflite plugin[desktop only]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-flutter-plugin-sqlite

GoDoc

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.

About

try implement go version sqlite channel for flutter sqflite plugin[desktop only]


Languages

Language:Go 100.0%