Flutter app to track stocks for multiple users, using Cloud Firestore on the backend.
I wrote this Flutter application as a means to learn Flutter, Dart and Firebase.
The entire application is about 1200 lines of code, including comments. The same code base for this app (with no changes) runs as a native app on iOS and Android.
▪ 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.
In order to run this project, you will need to configure Firebase with your account information.
If you are not familiar with this process, Andrea Bizzotto does a nice walkthrough in his video on Flutter & Firebase Authentication. The specific steps begin around 12:20 into the video.