A Flutter e-commerce app
- Android
- IOS
English and Spanish
- Flutter v- 3.3.2
- Dart
- get
- shared_preferences
- http
- modal_progress_hud_nsn
- cached_network_image
- flutter_launcher_icons
- flutter_svg
fetch('https://fakestoreapi.com/products')
.then(res=>res.json())
.then(json=>console.log(json))
fetch('https://fakestoreapi.com/products/1')
.then(res=>res.json())
.then(json=>console.log(json))
fetch('https://fakestoreapi.com/products/category/jewelery')
.then(res=>res.json())
.then(json=>console.log(json))
Puedes apoyarme haciendo "☆ Star" en el repo o impulsarme a "GitHub Star".