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.
If you are looking for a guide to get started yourself, see below :
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.