Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.04 KB

TheWeatherBand

About the project

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.

Structure

The project structure is based on:

  • MVVM
  • Clean Architecture

Packages

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.

How to run

It was developed only for Android platform.

It runs on Android 23+.

  1. Open the project on your favorite IDE (Android Studio, VSCode, etc).
  2. Open the Terminal, navigate to the project root folder, and run "flutter pub get".
  3. Configure and run an Android Emulator Device (With Android 23+).
  4. Run the project by selecting your emulator.

Preview