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
Project files are not checked in, simply run:
flutter create .
flutter run