sandeepnarula999 / stock_tracker

Flutter app to track stocks for multiple users, using Cloud Firestore on the backend.

Home Page:https://github.com/jwmuchow/stock_tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stock_tracker

Flutter app to track stocks for multiple users, using Cloud Firestore on the backend.

Overview

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.

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.

Running the application

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.

Caveats

Given I am new to Dart/Flutter, I can't promise the source code is efficient and/or well structured. Feedback is welcome.

Also, for my own benefit while learning Flutter, I've added many comments to the code. I personally found this helpful (and added to the readability). Your mileage may vary.

About

Flutter app to track stocks for multiple users, using Cloud Firestore on the backend.

https://github.com/jwmuchow/stock_tracker

License:MIT License


Languages

Language:Dart 92.1%Language:Ruby 5.2%Language:Objective-C 1.8%Language:Java 0.9%