Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 812 Bytes

readme.md

File metadata and controls

36 lines (23 loc) · 812 Bytes

A simple Weather application built using Flutter

  • Fetches data from a REST API
  • Users can bookmark locations/cities

Demo

demo_comp.mp4

libs

  • Provider: State management.

  • Shared preferences: To store the data locally.

  • Geolocator: To get the users current location cords (lat & lon).

  • Geocoding: To get the placemark from the specified cords.

  • Permission handler: Permission handling.

How to run the app locally?

  • Fork the repo
  • Clone the repo
git https://github.com/OnkarSagare27/weather-app.git
  • Install dependencies
flutter pub get
  • Debug main.dart on an emulator