Mobile app that allows you to create price targets for stocks with a discounted cashflow analysis tool.
- Login and #
- Create watch list with any publicaly traded company
- Do discounted cashflow analysis
- Save price targets derived from analysis
- Edit previous price targets
- Delete targets or tickers from watchlists.
- Flutter
- Firebase Authentication
- Firebase Database
- Google Play Store : deployment
- Learned Flutter
- Learned how to use api to fetch data on stocks
- State management (passing data to new pages)
- UI design
- Use firebase for authentication and database
- Fetching data from API can lead to problems because of asynchronous nature.
- State management is difficult if not using a framework such as provider