Sample personal task manager application written in Flutter. Recruitment exercise.
App uses AccuWeather API to fetch weather conditions data.
Please provide your API key to take advantage of the full functionality.
API key must be provided as dart define like presented below:
flutter run --dart-define=WEATHER_API_KEY={YOUR_API_KEY}
You can easily generate free API key from AccuWeather developer website. It has a limit of 50 hits per day.
Project developed and ran on Flutter ver 3.13.6 (Dart 3.1.3)