8000 GitHub - IvanZeroi96/FakeStore: Flutter app Shopping store using API FakeStore
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

IvanZeroi96/FakeStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FakeStore

A Flutter e-commerce app

OS

  1. Android
  2. IOS

Language Application Support

English and Spanish

Framework and language

  1. Flutter v- 3.3.2
  2. Dart

Libraries

  1. get
  2. shared_preferences
  3. http
  4. modal_progress_hud_nsn
  5. cached_network_image
  6. flutter_launcher_icons
  7. flutter_svg

API's

https://fakestoreapi.com/

Get all products

fetch('https://fakestoreapi.com/products')
            .then(res=>res.json())
            .then(json=>console.log(json))

Get a single product

fetch('https://fakestoreapi.com/products/1')
            .then(res=>res.json())
            .then(json=>console.log(json))

Get all categories

fetch('https://fakestoreapi.com/products/category/jewelery')
            .then(res=>res.json())
            .then(json=>console.log(json))

Authors

Donate

BuyMeACoffee

Boost

Puedes apoyarme haciendo "☆ Star" en el repo o impulsarme a "GitHub Star".

GitHub Star

Images

Thumbnail1 Thumbnail2 Thumbnail3 Thumbnail4 Thumbnail5

About

Flutter app Shopping store using API FakeStore

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0