MarceloDJunior / pokemon-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Dart 86.4%Language:HTML 8.5%Language:Ruby 2.6%Language:CSS 1.4%Language:Swift 0.8%Language:Kotlin 0.2%Language:Objective-C 0.1%