Skip to content

OnkarSagare27/weather-app

Repository files navigation

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

About

A simple weather app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages