https://github.com/hawkkiller/track_crypto
https://github.com/hawkkiller/track_crypto
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hawkkiller/track_crypto
- Owner: hawkkiller
- Created: 2022-04-13T12:00:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-09T17:56:42.000Z (almost 4 years ago)
- Last Synced: 2025-02-23T14:26:51.475Z (over 1 year ago)
- Language: Dart
- Size: 7.91 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# recruitment_task
# Created by Michael Lazebny
## Notes:
- decimal is used for money to prevent known issue :) (.000000004,etc.)
- stream_transform is used for throttling the stream
- freezed is used for immutable models
- retrofit is used for api calls
- web_socket_channel is used for websockets api
- json_serializable is used for serializing JSON
- bloc_concurrency is used because of ready-made restartable transformer
- flutter_bloc is used for state-management
- it is feature based folder structure
to start project run:
- make gen
- flutter run (android, ios) --debug or --profile