Skip to content

IvanZeroi96/CatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CatApp

A Flutter CatApp app

OS

  1. Android
  2. IOS

Language Application Support

Spanish

Framework and language

  1. Flutter v- 3.3.2
  2. Dart

Libraries

  1. get
  2. http
  3. flutter_svg
  4. skeletons
  5. animate_do
  6. flutter_launcher_icons

API's

https://thecatapi.com/

Get all breeds

fetch('https://api.thecatapi.com/v1/breeds')
            .then(res=>res.json())
            .then(json=>console.log(json))

Get a single cat

fetch('https://api.thecatapi.com/v1/images/')
            .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