Skip to content

gap182/pokedex_test

Repository files navigation

Pokemon_test

A Pokedex app made with Flutter using the next packages:

  • flutter_intl: used to manage different languages of the app (only english by now).
  • cached_network_image: Flutter package to make easier the cached image data in the device.
  • dio: Flutter package to handle different kind of request on an API.
  • flutter_neumorphic: Flutter package for the use of different neumorphism ui elements.
  • flutter_riverpod: High capable Flutter state management.
  • flutter_screenutil: Flutter package to handle the resize of the components to fit different sizes of screens.
  • go_router: Friendly Flutter package to use Navigator 2.0, it allows to implement declarative navigation and an easy way to implement deep linking navigation.
  • hive_flutter: NoSQL database manager for Flutter, very fast and easy to use.

Some of the skills worked on this project:

  • Clean architecture: All the project was made to be reusable and scalable, separated in data, domain and ui layers.
  • Internationalization: App ready to include different languages.
  • API Consumption: Use of a public API (https://pokeapi.co/) to make different request, and handle errors.
  • UI/UX: Friendly app, with nice shapes and colors.

Instructions to install the App

To use a pre compiled demo of the app, you could use this apk release file on an Android device: https://drive.google.com/file/d/1pH0vLNwFsYDfVpgnInEqBqlvxSI37Ydh/view?usp=sharing

To run the app, you have to take into account the next requisites and steps:

Use of the App

  • Splash Screen: Pokeball animation, load of the app's config, load the saved data in the device.

alt text

  • Home Screen: Button to go to Pokedex, button to go to Favorites, textfield to search any pokemon by name or id.

*alt text

alt text

alt text

  • Pokedex page: Load the first 151 Pokémon (limitations of the service, and the devices), saved the data to the local storage, the next time when the app be opened, the data will not be loaded from the service, but the local storage. Each Pokémon has a button with a heart in the corner, press that corner includes/removes that Pokémon of your favorites list. Press the button outside the heart, open the bottom sheet with additional information of that Pokémon.

alt text

  • Show Pokémon information: A scrollable component to visualize information like, height, weight, stats and abilities.

alt text

alt text

alt text

alt text

  • Favorites Pages: Page with the list of all your favorites Pokémon. You can press the heart button to delete from your favorites.

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published