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 macosflutter create .
flutter run -d linuxflutter create .
flutter run -d windowsflutter create .
flutter run -d chrome