-
Notifications
You must be signed in to change notification settings - Fork 0
Important Links and Tutorials
Kayla Huang edited this page Oct 11, 2021
·
7 revisions
This page is for important links, references, and tutorials related to Flutter, Dart, SQLite, and the UNICEF app and its implementation.
Code Reviews and Coding Best Practices document
- Passing data from one page to another: https://flutter.dev/docs/cookbook/navigation/passing-data
- Persist data with SQLite: https://flutter.dev/docs/cookbook/persistence/sqlite
- Inserting into a database effectively (specifically in Flutter): https://stackoverflow.com/questions/58074783/flutter-effective-way-of-inserting-list-of-data-in-database
- General guide for SQLite in Flutter: https://medium.com/flutter-community/using-sqlite-in-flutter-187c1a82e8b
- Database integration with flutter (passing data to different pages): https://www.tutorialspoint.com/flutter/flutter_database_concepts.htm
- Saving to a local database: https://dev.to/thepythongeeks/step-by-step-to-store-data-locally-in-flutter-1mc9