A Flutter Weather app
- Android
- IOS
Spanish and English
- Flutter v- 3.3.2
- Dart
- get
- http
- modal_progress_hud_nsn
- cached_network_image
- flutter_launcher_icons
https://api.openweathermap.org
fetch('https://api.openweathermap.org/data/2.5/weather')
.then(res=>res.json())
.then(json=>console.log(json))
You can support me by doing "☆ Star" in the repo or push me to "GitHub Star".