https://github.com/yelmuratoff/auaraiy_app
https://github.com/yelmuratoff/auaraiy_app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yelmuratoff/auaraiy_app
- Owner: yelmuratoff
- Created: 2023-03-01T08:33:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T12:54:47.000Z (over 2 years ago)
- Last Synced: 2024-12-24T20:14:50.965Z (5 months ago)
- Language: Dart
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auaraiy
Test project with BLoC, MVVM, Provider and OpenWeather API.
For the the state management Bloc was used. Each feature has 3 folders.
**bloc** - folder contains the event, state and bloc classes.
**resources** - contains repository class, which connects bloc with the api's. Repository receives the event and emits state, and can make api calls if needed.
**features** - contains all ui related code. It may contain two folders: pages and widgets.