A simple Flutter app that lists all the 151 1st generation pokemóns
Read Time:44 Second

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

0 0

Pokémon App

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

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

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

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior Meetup app made using Flutter
Entrada siguiente Simple but pretty cool birthday countdown app built using flutter