Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuovotaka/stock_tracker
https://github.com/nuovotaka/stock_tracker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nuovotaka/stock_tracker
- Owner: nuovotaka
- Created: 2024-03-01T02:26:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T02:26:30.000Z (10 months ago)
- Last Synced: 2024-04-23T13:37:16.486Z (8 months ago)
- Language: Dart
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stock_tracker
A stock price tracker in Flutter using Appwrite’s database## Getting Started
## Install
In the project directory, you can run the script below to install project dependency:
```
flutter pub get
```Then run the project using
```
flutter run
```