https://github.com/SpicyChair/pluvia_weather_flutter
Pluvia 🌦️ | A weather app with beautiful animations, built with Flutter.
https://github.com/SpicyChair/pluvia_weather_flutter
android flutter mapbox-api openweathermap weather
Last synced: about 1 year ago
JSON representation
Pluvia 🌦️ | A weather app with beautiful animations, built with Flutter.
- Host: GitHub
- URL: https://github.com/SpicyChair/pluvia_weather_flutter
- Owner: SpicyChair
- License: gpl-3.0
- Created: 2020-09-20T10:13:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T23:44:41.000Z (almost 3 years ago)
- Last Synced: 2024-11-12T06:34:21.549Z (over 1 year ago)
- Topics: android, flutter, mapbox-api, openweathermap, weather
- Language: Dart
- Homepage:
- Size: 11.9 MB
- Stars: 149
- Watchers: 3
- Forks: 17
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pluvia Weather 🌦️
[](https://www.gnu.org/licenses/gpl-3.0)
\
A weather app with beautiful animations, built with Flutter. Powered by weather data from the OpenWeatherMap API and location search from the Mapbox API.
## Features
• 🌦 Slick and dynamic animations based on the weather condition and time of day
• 🌙 Beautiful dark mode
• 📅 Accurate 24 hour and 7 day forecast - be prepared for anything
• 🌍 View weather in millions of locations with MapBox Search and Weather Radar
• 🛑 Secure and private with no adverts, trackers, or data collection
• 🌐 Translated into 44 langauges
## Download
## Screenshots
## Supported Languages
🌍 Pluvia Weather now supports over 40 languages:
Afrikaans, Arabic, Azerbaijani, Bulgarian, Catalan, Czech, Danish, German, Modern Greek, English, Spanish, Basque, Persian, Finnish, French, Galician, Hebrew, Hindi, Croatian, Hungarian, Indonesian, Italian, Japanese, Korean, Lithuanian, Latvian, Macedonian, Dutch Flemish, Norwegian, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Albanian, Serbian, Swedish, Thai, Turkish, Ukrainian, Vietnamese, Chinese and Zulu.
## Build
1) Get a free API key from the [OpenWeatherMap One Call API](https://openweathermap.org/full-price#current)
2) Replace the value of OPENWEATHER_API_KEY in **.env**:
To use MapBox search:
1) Get a free API key from [MapBox API](https://account.mapbox.com/auth/signup/)
2) Replace the value of MAPBOX_API_KEY in **.env**:
Then in terminal,
> flutter build apk
Persistence is handled by SharedPreferences (for user options eg. dark mode) and an SQFLite Database (for saved location data).
## License
Pluvia Weather is licensed under [GDPLv3](https://github.com/SpicyChair/pluvia_weather_flutter/blob/master/LICENSE).
\
Weather animation code and corresponding assets are modified from [SpriteWidget](https://github.com/spritewidget/spritewidget/tree/master/examples/weather): the license is located [here](https://github.com/spritewidget/spritewidget/blob/master/LICENSE).
## Privacy
[Privacy Policy](https://github.com/SpicyChair/pluvia_weather_flutter/blob/master/privacy_policy.md)

