Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 517 Bytes

File metadata and controls

20 lines (14 loc) · 517 Bytes

Sqflite flutter notepad example

Note pad demo using sqflite based persistency (Online web demo)

Works on Flutter iOS/Android/MacOS/Linux/windows/web.

Simple sqflite example:

  • Finding the proper sqflite database factory for the various platform
  • Open/read/write on the database
  • Works on flutter mobile using sqflite
  • Works on flutter desktop using sqflite_common_ffi

Setup

Project files are not checked in, simply run:

flutter create .
flutter run