๐ฆ๏ธ
Pluvia Weather
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
โข
โข
โข
โข
โข
โข
Download
Screenshots
Supported 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
- Get a free API key from the OpenWeatherMap One Call API
- Replace the value of OPENWEATHER_API_KEY in .env:
To use MapBox search:
- Get a free API key from MapBox API
- 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.
Weather animation code and corresponding assets are modified from SpriteWidget: the license is located here.