Skip to content

JonhDev/pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex

An app that consumes a public api from PokeApi

Getting Started

This project was made with Flutter

Project structure

.
└── lib/
    ├── common (Common datasources, models, provider, etc)/
    │   ├── datasources
    │   ├── models
    │   ├── providers
    │   └── repositories
    ├── core (Things such as network providers and environment configurations)
    ├── routing (App navigation)
    ├── ui (Pages and flows for the app)/
    │   ├── flows (App flows and modules)
    │   ├── theme (Colors, themes, etc)
    │   └── widgets (Ui componentes to be reused in the app)
    └── utils (App utilities)

Dependencies

  • flutter_hooks
  • dio
  • freezed_annotation
  • json_annotation
  • hooks_riverpod
  • logger
  • image
  • shimmer
  • lottie
  • fluro

Dev dependencies

  • freezed
  • build_runner
  • json_serializable

About

An app that consumes a public api from PokeApi. Made with Flutter

Resources

Stars

Watchers

Forks

Contributors