An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# App Demo 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

App 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 page

Design inspired by [CMARIX TechnoLabs](https://www.behance.net/CMARIXTechnoLabs)