The Weather Band is an application to track the weather fashionably for a rock'n'roll band staff.
Its layout was based on the dribble project Weather app.
The project structure is based on:
- MVVM
- Clean Architecture
flutter_modular: Deal with navigation and data injection.
dio: To HTTP requests.
connectivity_plus: Check internet connectivity.
flutter_svg: To handle SVG images.
shared_preferences: To store local informations.
intl: To convert dates.
It was developed only for Android platform.
It runs on Android 23+.
- Open the project on your favorite IDE (Android Studio, VSCode, etc).
- Open the Terminal, navigate to the project root folder, and run "flutter pub get".
- Configure and run an Android Emulator Device (With Android 23+).
- Run the project by selecting your emulator.