All Projects → MarceloDJunior → pokemon-app

MarceloDJunior / pokemon-app

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

Programming Languages

dart
5743 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language
CSS
56736 projects
swift
15916 projects
kotlin
9241 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to pokemon-app

react-pokedex
A Pokedex built using React.js
Stars: ✭ 17 (+0%)
Mutual labels:  pokemon
metronome
A set of tools for modifying and randomizing Pokémon games
Stars: ✭ 23 (+35.29%)
Mutual labels:  pokemon
redstarbluestar
An upgrade to Pokémon Red/Blue. Ports graphics and features from the Space World 1997 Gold/Silver prototype.
Stars: ✭ 67 (+294.12%)
Mutual labels:  pokemon
PokeBall-SelfBot-Poketwo-Autocatcher
This specific selfbot was designed to automatically catch pokemon spawned on Discord by Poketwo bot. It also offers other utility functions to automate features like trading, releasing, id search, etc. Currently the autocatcher is powered by AI making it possible to autocatch pokemons on multiple bots like PokeTwo, PokeRealm, etc.
Stars: ✭ 306 (+1700%)
Mutual labels:  pokemon
pokeblack
Faithful recreation of the Pokemon Black creepypasta
Stars: ✭ 23 (+35.29%)
Mutual labels:  pokemon
pokepuzzle
Disassembly of Pokémon Puzzle Challenge
Stars: ✭ 37 (+117.65%)
Mutual labels:  pokemon
intellij-pokemon-progress
A Pokémon themed progress bar for IntelliJ IDEA.
Stars: ✭ 70 (+311.76%)
Mutual labels:  pokemon
pmd-gen
Password generator for Pokemon Mystery Dungeon: Rescue Team DX
Stars: ✭ 19 (+11.76%)
Mutual labels:  pokemon
rubyclient
A free and open-source Pokémon MMORPG client written in C++ based on otclient.
Stars: ✭ 15 (-11.76%)
Mutual labels:  pokemon
pkmn.help
pkmn.help remembers strengths/weaknesses of Pokémon for you
Stars: ✭ 28 (+64.71%)
Mutual labels:  pokemon
pokemon-random
API & NPM Module To Express Random Pokemon
Stars: ✭ 47 (+176.47%)
Mutual labels:  pokemon
pokete
A terminal based Pokemon like game
Stars: ✭ 1,397 (+8117.65%)
Mutual labels:  pokemon
pokehooks-labs
A laboratory to use pokemons and do some experiments with React Hooks API
Stars: ✭ 35 (+105.88%)
Mutual labels:  pokemon
api.pokedextracker.com
API for pokedextracker.com
Stars: ✭ 38 (+123.53%)
Mutual labels:  pokemon
proshine
A free, open-source and advanced bot for Pokémon Revolution Online.
Stars: ✭ 53 (+211.76%)
Mutual labels:  pokemon
whosthatpokemon
A simple HTML5 game that generates silhouettes from images and gets the user to guess the name of the Pokémon shown.
Stars: ✭ 53 (+211.76%)
Mutual labels:  pokemon
OpMon-Godot
An open source Pokemon-inspired game, now with Godot
Stars: ✭ 50 (+194.12%)
Mutual labels:  pokemon
pokengine
An online Pokémon battle system for the web
Stars: ✭ 45 (+164.71%)
Mutual labels:  pokemon
react-relay-pokemon
Use React & Relay as your Pokedex!
Stars: ✭ 88 (+417.65%)
Mutual labels:  pokemon
lfz-battle
A clone of Pokemon Fire Red but with programming questions instead of Pokemon
Stars: ✭ 67 (+294.12%)
Mutual labels:  pokemon

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].