Flutter app examples
- Notepad example using sembast
- Notepad example using idb
- Notepad example using sdb
- Notepad example using sqflite
Since it is a pain to maintain projects for all target, only the minimum needed files
are checked in. You should be able to re-create the needed project files (gradle, workspace) using flutter create .
in each application folder.
flutter create .
flutter run -d macos
flutter create .
flutter run -d linux
flutter create .
flutter run -d windows
flutter create .
flutter run -d chrome