Skip to content

This repo contains source code for a pokemon list app made using flutter --final.

Notifications You must be signed in to change notification settings

hitesh19426/pokemon-app-final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokemon_app

The app shows a very basic pokedex. It displays a home screen from which you can load the data of all Gen1 pokemon. The loading screen shows a circle spinner which moves while the data is fetched from Pokemon api. The data is loaded using pokemon api dynamically (means we are not storing data). Data is fetched only when user loads it.

After you have fetched the data, you get a grid view of all pokemons arranged in cards. The cards are tapable and shows you detailed information of the pokemon on tapped on a new screen.

Screenshot_1623864801 Screenshot_1623864817 Screenshot_1623864867 Screenshot_1623864857 Screenshot_1623864910 Screenshot_1623864919

If you are looking for a guide to get started yourself, see below :

Getting Started

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

This repo contains source code for a pokemon list app made using flutter --final.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published