All Projects → nealwon → go-flutter-plugin-sqlite

nealwon / go-flutter-plugin-sqlite

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

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to go-flutter-plugin-sqlite

hover.el
Flutter tool to run hover on emacs
Stars: ✭ 38 (+137.5%)
Mutual labels:  flutter-desktop, go-flutter
platform device id
flutter plugin to get device id
Stars: ✭ 32 (+100%)
Mutual labels:  go-flutter
native context menu
Native context menu for Flutter apps
Stars: ✭ 140 (+775%)
Mutual labels:  flutter-desktop
anyinspect app
AnyInspect desktop app.
Stars: ✭ 40 (+150%)
Mutual labels:  flutter-desktop
flutter getx the moviedb
The Movie DB App with Flutter GetX State Management
Stars: ✭ 79 (+393.75%)
Mutual labels:  flutter-desktop
pedax
Reversi Board with edax, which is the strongest reversi engine.
Stars: ✭ 18 (+12.5%)
Mutual labels:  flutter-desktop
dart vlc
🎞 Flutter audio / video playback, broadcast & recording library for Windows & Linux.
Stars: ✭ 439 (+2643.75%)
Mutual labels:  flutter-desktop
flutter audio desktop
[WIP] An 🎵 audio playback library for Flutter Desktop. Supports Windows & Linux. Based on miniaudio.
Stars: ✭ 42 (+162.5%)
Mutual labels:  flutter-desktop
window manager
This plugin allows Flutter desktop apps to resizing and repositioning the window.
Stars: ✭ 112 (+600%)
Mutual labels:  flutter-desktop
find aik
Find Aik game for #FlutterCreate
Stars: ✭ 18 (+12.5%)
Mutual labels:  flutter-desktop
editable
This library allows you to create editable tables and spreadsheets with ease, either by providing initial row and column count to display an empty table or use it with predefined rows and column data sets.
Stars: ✭ 85 (+431.25%)
Mutual labels:  flutter-desktop
invmovieconcept1
True Cross platform UI design featuring complex scroll based animations powered by flutter
Stars: ✭ 55 (+243.75%)
Mutual labels:  flutter-desktop
spotube
A lightweight free Spotify 🎧 desktop-client 🖥 which handles playback manually, streams music using Youtube & no Spotify premium account is needed 😱
Stars: ✭ 361 (+2156.25%)
Mutual labels:  flutter-desktop
DroidKaigi2019Presentation
The Flutter presentation that I made at the DroidKaigi conference
Stars: ✭ 23 (+43.75%)
Mutual labels:  flutter-desktop

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].