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.
- Host: GitHub
- URL: https://github.com/klisiewicz/portfolio-tracker-app
- Owner: klisiewicz
- Created: 2024-12-03T19:15:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-03T19:49:42.000Z (over 1 year ago)
- Last Synced: 2025-01-31T15:47:47.315Z (over 1 year ago)
- Language: Dart
- Size: 221 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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.