Flutter desktop Windows sqlite

26 views
Skip to first unread message

Nadim GOUIA

unread,
Feb 12, 2020, 11:20:03 AM2/12/20
to Flutter Development (flutter-dev)
any one have a solution to work with SQLite on flutter desktop windows application ? i tried moor and sqflite but no solution work for me! 

Chris Sells

unread,
Feb 12, 2020, 12:08:08 PM2/12/20
to Nadim GOUIA, Flutter Development (flutter-dev)
It looks like moor_ffi supports Windows: https://pub.dev/packages/moor_ffi

On Wed, Feb 12, 2020 at 8:20 AM Nadim GOUIA <nadim...@gmail.com> wrote:
any one have a solution to work with SQLite on flutter desktop windows application ? i tried moor and sqflite but no solution work for me! 

--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/34a463a0-d69d-4537-b896-e196fcb6bbed%40googlegroups.com.

Stuart Morgan

unread,
Feb 12, 2020, 12:08:45 PM2/12/20
to Nadim GOUIA, Flutter Development (flutter-dev)
If existing plugins don't meet your needs, you could either write your own method-channel-based plugin that wraps the SQLite calls you need to make, or you could use FFI to call into the SQLite library directly. See also the discussion in https://github.com/tekartik/sqflite/issues/356 about Windows support in sqflite.

-Stuart

On Wed, Feb 12, 2020 at 8:20 AM Nadim GOUIA <nadim...@gmail.com> wrote:
any one have a solution to work with SQLite on flutter desktop windows application ? i tried moor and sqflite but no solution work for me! 

--
Reply all
Reply to author
Forward
0 new messages