https://github.com/a1573595/currency_conversion
A Flutter currency conversion app.
https://github.com/a1573595/currency_conversion
currency-converter decimal dio flutter hooks objectbox riverpod
Last synced: 12 months ago
JSON representation
A Flutter currency conversion app.
- Host: GitHub
- URL: https://github.com/a1573595/currency_conversion
- Owner: a1573595
- Created: 2024-08-21T06:27:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T06:33:11.000Z (over 1 year ago)
- Last Synced: 2025-01-05T02:41:36.245Z (about 1 year ago)
- Topics: currency-converter, decimal, dio, flutter, hooks, objectbox, riverpod
- Language: Dart
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# exchange_app
A Flutter currency conversion app.
## Screenshots
## Build Model
```
dart run build_runner build --delete-conflicting-outputs
```
## Generate Localization
```
flutter gen-l10n
```
## Run Project
```
flutter pub get
flutter run
```
## Test
```
flutter test
```