Skip to content

Commit 44dab10

Browse files
updated readme
1 parent f1beed7 commit 44dab10

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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;

0 commit comments

Comments
 (0)