Skip to content

Flutter & Dart Power an Elegant Weather App. πŸŒ¦οΈπŸ“± Crafted with Style, Easy on the Eyes. 🌟

Notifications You must be signed in to change notification settings

haithemnini/app_weather_example_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

β›… Weather Trackr β˜”

A user-friendly Weather App, designed for quick access to accurate weather information. Developed with simplicity in mind, providing real-time updates. πŸŒ¦οΈπŸ“±

πŸ“Œ Features

  • 🌍 Current weather conditions at a glance.
  • ⏰ Hourly and daily forecasts for accurate planning.
  • πŸ“ Location-based weather updates.
  • πŸŒ… 5-day weather forecast for advanced planning.
  • πŸ” City-based search for specific weather details.
  • 🎨 Intuitive and minimalist design for ease of use.
  • 🌟 Animated weather icons for visual appeal.
  • πŸš€ Seamless navigation for a smooth user experience.
  • 🌐 Reliable data sourced from reputable weather services.

πŸ“± Screenshots

app_weather_example_flutter (1)

πŸ“„ API Docs

Important

This project utilizes version 3.0 of the OpenWeatherMap API.
APIs used in this project :

Please ensure to choose or access the one-call-3 API for optimal results.

πŸŽ₯ Video

app_weather_example_flutter.mp4

πŸ”‘ API KEY :

  • Change /*..APIKEY..*/ with your APIKEY
class ApiConstants {
  ApiConstants._();
  static const String apiBaseUrl = "https://api.openweathermap.org/data/2.5/";
  static const String apiKey = "/*..APIKEY..*/";

  // Weather Endpoints Constants
  static const String defaultExclude = 'hourly,minutely,alerts';
}

πŸ“¦ Packages in use :

  • BloC
  • dio
  • freezed
  • freezed_annotation
  • retrofit
  • retrofit_generator
  • json_annotation
  • json_serializable
  • geolocator
  • geocoding

Stay informed with Weather App – Your daily weather companion! πŸŒ€οΈπŸŒ§οΈπŸ“±

About

Flutter & Dart Power an Elegant Weather App. πŸŒ¦οΈπŸ“± Crafted with Style, Easy on the Eyes. 🌟

Topics

Resources

Stars

Watchers

Forks