A weather app that utilizes multiple data sources.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
This project uses package flutter_dotenv to store configurations.
Sign up and get API keys from:
In .env
, paste api key like:
OPENWEATHERMAP_API_KEY=ab1234567890123456789abcdef4321
COLORFULCLOUD_API_KEY=TAkhjf8d1nlSlspN
Colorful Clouds API Key can be ignored.
From OpenWeather samples, download current.city.list.min.json.gz, unzip and put into /assets/current.city.list.min.json
.
Get flutter package:
flutter pub get
Build apk:
flutter build apk