An open API service indexing awesome lists of open source software.

https://github.com/hawkkiller/track_crypto


https://github.com/hawkkiller/track_crypto

Last synced: 6 days ago
JSON representation

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