Skip to content

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

Notifications You must be signed in to change notification settings

nealwon/go-flutter-plugin-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages