File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 11# flutter caching test
22
3- + SQLite caching
4- + Google auth
5-
6- To run program:
7- - ``` git clone https://github.com/smartforce-io/flutter-caching.git ```
8- - open "flutter-caching" folder in IDE
9- - ``` flutter pub get ``` (to install all dependencies)
10- - choose a device
11- - run "main.dart" in debug mode
3+ This app is used to test the following features:
4+ - Google Sing In at startup;
5+ - "Provider Test" - basic testing of ChangeNotifier class;
6+ - "Future Firestore" - Fetching data from Firestore. Fetched data is cached into SQLite database;
7+ - "Stream Firestore" - Streaming data from Firestore. Just showing how you can add, update and delete Firestore data in real time;
8+ - "Clean DB" - removes all tables from SQLite database and creates them again;
9+ - "Old Json Caching Example" - fetching data from REST API and caching into SQLite;
You can’t perform that action at this time.
0 commit comments