Test Weather App.
The project uses OpenWeather API, you will need to get your own key and store it inside lib/app/const.dart
. Here's an example of what the file should look like:
static const String weatherApiKey = "YOUR_WEATHER_API_KEY";
If you need to change entities don't forget to run the command in terminal:
flutter pub run build_runner build --delete-conflicting-outputs