stock_tracker
Flutter app to track stocks for multiple users, using Cloud Firestore on the backend.
Application Features:
▪ Support multiple users.
▪ Create authenticated user accounts on a remote server.
▪ When logged in, view stats for stocks you’ve selected.
▪ Add/delete stocks.
▪ Keep the backend and mobile application data synced.
▪ Support offline mode.
▪ Call remote APIs.
▪ Serialize and deserialize JSON.
Here is a screenshot of the main view in the application:
Watch a video walkthrough of the application: iOS Dev’s First Flutter App.
Credit (github url) : https://github.com/jwmuchow/stock_tracker
Next Article : https://flutterappdev.com/2019/01/24/a-property-search-app-created-using-flutter-mobile-app-development/