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

https://github.com/yelmuratoff/auaraiy_app


https://github.com/yelmuratoff/auaraiy_app

Last synced: about 2 months ago
JSON representation

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.