Skip to content

albusaidyy/weather_app

Repository files navigation

Weather App Contest

A real-time weather application based on the current location of the user or different searchable locations.

Language & Tools used:

  • Flutter & Dart
  • Weatherapi - Real-time weather data API
  • Riverpod - State management

Demo

Take a look at the App apk

Screenshot

Home Saved List Search
New York London Minsk
Paris Dubai Bangkok

weatherapi

  • Head over to weatherapi and sign up

  • After login create an API key

  • Create a file named api_key.dart under lib/auth/

  • Add the line below

    const weatherApiKey = 'YOUR_API_KEY_FROM_WEATHER_API';

  • hit flutter run on the selected emulator/device

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published