https://github.com/hash-studios/stocks_app
This is a beautiful stocks tracking app, developed using Flutter.
https://github.com/hash-studios/stocks_app
android-app dart flutter quandl-api stocks-app
Last synced: about 1 month ago
JSON representation
This is a beautiful stocks tracking app, developed using Flutter.
- Host: GitHub
- URL: https://github.com/hash-studios/stocks_app
- Owner: Hash-Studios
- Created: 2020-04-08T20:14:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T20:27:41.000Z (over 5 years ago)
- Last Synced: 2025-04-10T01:50:29.805Z (6 months ago)
- Topics: android-app, dart, flutter, quandl-api, stocks-app
- Language: Dart
- Homepage:
- Size: 57.5 MB
- Stars: 9
- Watchers: 1
- Forks: 7
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
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](https://www.quandl.com/data/BSE-Bombay-Stock-Exchange/documentation)## Demo
## Usage
APK File : `application/apk-release.apk`
## Dependencies
1. HTTP Package for data Fetch`http: ^0.12.0+4`
2. Charts Flutter Package for data graphs `charts_flutter: ^0.9.0`
3. Random Color Package for stocks avatar generation `random_color: ^1.0.5`
4. 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 pageDesign inspired by [CMARIX TechnoLabs](https://www.behance.net/CMARIXTechnoLabs)