Note pad demo using sembast based persistency. Online demo.
Works on Flutter iOS/Android/Web/MacOS/Linux/windows.
Simple sembast example:
- Usage of
StreamBuilder
withQuery.onSnapshots()
- Works on the web using
sembast_web
- Works on flutter mobile using
sembast_sqflite
- Works on flutter desktop using
sembast_sqflite
andsqflite_common_ffi
Project files are not checked in, simply run:
flutter create .
flutter run
# (Optional) Delete/recreate existing project files
# Might be needed when switching flutter branch
rmdir -Recurse -Force windows
flutter create --platforms windows .
# Run
flutter run -d windows