Weather application made with Flutter and use Redux state management
- Search locations by name
- Get the weather of a location
- Save favorite locations in local storage (Hive)
- Delete a favorite location from local store
- If there are no locations in the local storage, the search page will be displayed
- Unit tests added
Screen.Recording.2021-06-22.at.17.28.58.mov
$ git clone https://github.com/Zubii12/my_weather
$ cd my_weather
3. Before using the Meta weather API, read the Meta weather API.
Hit me on
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.