A simple weather application made in flutter (for learning and practice).
- Clone this repo
- inside
lib/
create a new file -credentials.dart
- Go to https://openweathermap.org/api and sign in to create your own api key
- Inside
credentials.dart
, create a new constant -const apiKey = 'your_api_key';
- Make sure that the value of the key is same as your api key
pub get
- Run this project on an emulator/physical device
Huge shout-out to Yegor Shustov for the amazing designs!
Check out the amazing designs here - Weather Cards