https://github.com/shurygindv/currency-alarm
currency flutter app
https://github.com/shurygindv/currency-alarm
Last synced: 5 months ago
JSON representation
currency flutter app
- Host: GitHub
- URL: https://github.com/shurygindv/currency-alarm
- Owner: shurygindv
- Created: 2020-08-31T11:55:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T20:33:12.000Z (over 4 years ago)
- Last Synced: 2024-10-13T11:12:53.548Z (6 months ago)
- Language: Dart
- Homepage:
- Size: 1.1 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- open-source-flutter-apps - Currency Alarm - Let you know when the rate (USD, EUR, RUB) completely achieves the set level by [Daniil Shurygin](https://github.com/shurygindv) (Uncategorized / Uncategorized)
README
# Currency alarm (Flutter)
/badge.svg)
Let you know when the rate (USD, EUR, RUB) completely achieves the set level (less/more)
## Intro
Run `flutter run`
**Build**
* Android: `flutter build apk` (`--debug` or `jks` key)
* iOS: `flutter build ios` (`bundle ID`)## Tech
Frontend: `Flutter` (look at `pubspec.yaml` for deps)
Backend: `AWS` (serverless) (https://github.com/shurygindv/currency-alarm-api)
## Demo

## todo
1. use https://pub.dev/packages/flutter_hooks to manage a Widget lifecycles
2. enhance error handlers
3. use AWS request mapping service
4. refactoring / ux / testing
5. repeat #4-------------------------
© Daniil Shurygin