Pokémon App

drawing 
drawing

A simple Flutter project that lists all the 151 1st generation pokemóns.

This project was created for study purposes.

Installation

You can download the app on your phone in the link below (Android only):

https://www.mediafire.com/file/6ct3p4q4wa4gg21/pokemon-app.apk/file

If you want to run the app from the source code, you need to follow the steps below:

  1. Download or clone the project source code and install Flutter SDK (v2.2.0 was used in this project). Steps to install Flutter:
    https://flutter.dev/docs/get-started/install

  2. After that, you need to enter in the project directory, and run the following command to install the necessary packages:

    flutter pub get
  3. After installing the packages, you can run the app in debug mode (poor performance):

    flutter run

    Or in profile mode (better performance, but no debug functionality):

    flutter run --profile

GitHub

View Github