Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 453 Bytes

File metadata and controls

12 lines (11 loc) · 453 Bytes

hundred_days_of_coding

Day 1:

Started creating Project and using advanced tools to make the development easier

Day 2:

Added DataClasses with the help of freezed

Day 3:

Started working on the WeatherDataSource and learned about Flutter Riverpod

Day 4:

Started to learn about Tests and have written first test for `getCurrentWeatherByCity`

Day 5:

Integrated `getCurrentWeatherByLatLng` + Tests. Optimized some Stuff