Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shurygindv/currency-alarm
currency flutter app
https://github.com/shurygindv/currency-alarm
Last synced: 27 days ago
JSON representation
currency flutter app
- Host: GitHub
- URL: https://github.com/shurygindv/currency-alarm
- Owner: shurygindv
- Created: 2020-08-31T11:55:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T20:33:12.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T21:03:23.896Z (3 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)
![Currency Alarm (Flutter CI)](https://github.com/shurygindv/currency-alarm/workflows/Currency%20Alarm%20(Flutter%20CI)/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
![preview](https://lh3.googleusercontent.com/pw/ACtC-3f8OWRfYBGaYQigrrjaZAw4QQPlT9o3PD8MFNnKTT9g3XRiT8-CxH1_gaDbv0X2oMmsS7mk-ODYc7siJqTkIAj6inUXvugOt1fFYIi3ROqiWugH6rzIpDchfYi5v79nCwH9qhIjXHtyXjzfEVdpo0ue=w249-h512-no?authuser=0)
## 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