Skyโs the Limit: Weather Insights with Flutter. ๐ฆ๏ธ
Always with you, rain or shine. Get temperature, forecast and next 7 days weather for your city.
With Aero Aura, you can explore the weather in your city and beyond. We offer an array of features to keep you informed and prepared:
- ๐ View Current Weather: Stay up-to-date with real-time weather conditions in your area.
- ๐ View Weather by Hour: Plan your day effectively with hourly forecasts.
- ๐ View the Weather for the Week: Get a week-long weather outlook at your fingertips.
- ๐ก๏ธ View Detailed Weather Data: Dive deep into weather statistics for a comprehensive understanding.
- ๐ฒ Cross-platform support (Currently Android & Windows based devices).
- ๐ฅ Auto Theme Switcher Theme automatically switches based on your device Theme Mode.
- ๐จ Beautiful Design
This application has an aesthetically pleasing design.
We fetch weather data from Open-Meteo and use Open-Meteo's Geocoding API to help you find cities easily.
Click to expand
- ๐
Choose Your City Option:(Set your location or add other cities to your list.) - ๐งฎ Flexible Measurement Units: Customize your measurement system for temperature and more.
- ๐ก๏ธ
Celsius or Fahrenheit:Pick your preferred temperature unit. - ๐ฐ๏ธ
12-Hour or 24-Hour Time Formats:(Adjust the time display to your liking.) -
Theme switcher(Light and dark mode using a toggle button in settings page.) -
Add Directory Structure to README.md -
Add an App Icon anda Presentation Video for the App.
|-- lib
| |-- models
| | |-- location.dart
| | |-- weather.dart
| |-- screens
| | |-- add_city_page
| | | |-- local_widgets
| | | |-- add_city_page.dart
| | |-- home
| | | |-- local_widgets
| | | |-- home.dart
| | |-- next_7_days
| | | |-- local_widgets
| | | |-- next_7_days.dart
| | |-- search_city_page
| | | |-- local_widgets
| | | |-- search_city_page.dart
| | |-- settings_page
| | | |-- local_widgets
| | | |-- provider
| | | |-- settings_page.dart
| |-- services
| | |-- location_service.dart
| | |-- weather_service.dart
| |-- utils
| | |-- consts.dart
| | |-- functions.dart
| | |-- previous_data.dart
| | |-- routes.dart
| | |-- routes_consts.dart
| | |-- themes.dart
| | |-- wmo_code_to_comment.dart
| |-- widgets
| | |-- SizedBoxInSliver.dart
| |-- main.dart
|
|-- pubspec.yaml
This project is licensed under the MIT License.