This project was done as a study project of the Flutter framework.Images and gifs of the cats are provided by this awesome TheCatApi.
- Mobx: Used to make the state management of the App
- GetIt: Helps to provide a Singleton inside the entire project (used along with the mobx to share the same store through the app)
- Http: Package that allow making http requests to the CatApi.
- flutter_staggered_grid_view: Package to help making a grid with items
- flutter_svg: Package for helping loading assets of svg
- Icons: icons providedd from the site FlatIcon.
- Images and Gifs: The awesome images and gifs are provided form the TheCatApi.
App developed by me. You are open to copy or/and use this code for studying as you want.