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

https://github.com/klisiewicz/portfolio-tracker-app

A sample portfolio tracking Flutter app.
https://github.com/klisiewicz/portfolio-tracker-app

Last synced: about 1 year ago
JSON representation

A sample portfolio tracking Flutter app.

Awesome Lists containing this project

README

          

# Portfolio tracker app

A sample portfolio tracker app.

## Getting started

1. In the project top-level directory create `.env` file with the following content:
```
BASE_URL=https://your.api.url
```
2. From the project top-level directory run the code generator:
```
make generate
```
3. Run the app:
```
make app
```

## Screenshots

![Portfolio Tracker App](/.screenshots/portfolio.png "Portfolio Tracker App")

## Built with

* [Flutter](https://flutter.dev/) - Flutter makes it easy and fast to build beautiful mobile apps.
* [Flutter Riverpod](https://pub.dev/packages/flutter_riverpod) - A reactive caching and
data-binding
framework.
Riverpod makes working with asynchronous code a breeze..
* [Flutter Hooks](https://pub.dev/packages/flutter_hooks) - A flutter implementation of React
hooks. It adds a new kind of widget with enhanced code reuse.
* [fl_chart](https://pub.dev/packages/fl_chart) - A highly customizable Flutter chart library that
supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart.