Stocks Tracker App
This is a beautiful stocks tracking app, developed using Flutter.
Features
- Track any stock in BSE
- Search from any availble stock
- Beautiful Material Design
- Fetches data from Quandl API
Demo
Usage
APK File : application/apk-release.apk
Dependencies
- HTTP Package for data Fetch
http: ^0.12.0+4
- Charts Flutter Package for data graphs
charts_flutter: ^0.9.0
- Random Color Package for stocks avatar generation
random_color: ^1.0.5
- StatusBar Color Package to change StatusBar color
flutter_statusbarcolor: ^0.2.3
Todo
- [x] Show stocks from BSE Index
- [x] Show graphs of stocks for closing value
- [ ] Favourite Stocks
- [x] Show stocks closing value on home page
- [ ] Add time option to graph
- [x] Search between available stocks
- [x] Fix stocks' closing value on home page
- [x] Add change value on home page
- [ ] Add Hero animations
- [ ] Add data cache
- [ ] Hidden Search TextField
- [x] Fix StatusBar color
- [ ] Add Custom Themes
- [ ] Add settings page
Design inspired by CMARIX TechnoLabs