A Flutter CatApp app
- Android
- IOS
Spanish
- Flutter v- 3.3.2
- Dart
- get
- http
- flutter_svg
- skeletons
- animate_do
- flutter_launcher_icons
fetch('https://api.thecatapi.com/v1/breeds')
.then(res=>res.json())
.then(json=>console.log(json))
fetch('https://api.thecatapi.com/v1/images/')
.then(res=>res.json())
.then(json=>console.log(json))
Puedes apoyarme haciendo "☆ Star" en el repo o impulsarme a "GitHub Star".