Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.52 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.52 KB

PokeGuesser

A recreation of a web app that I made for a college assignment (inspired by "Who's that Pokemon?"). This project is to help me learn Flutter and Dart.

App Views

Here is what the Home view looks like. Apart from disabling landscape mode this part is pretty much complete. Home

Here is the PokeGuesser view. This still needs the button actions to reveal the pokemon, and maybe add a count of discovered pokemon somehwere. PokeGuesser

Here is the Pokedex view. This could probably have a placeholder image (maybe a silhouette or a question mark), and maybe add a count of discovered pokemon somehwere. Pokedex

App View Inspiration

The scene from the Pokemon Show that the whole app is based from. Whos that Pokemon

The original web application that I had made a few years ago for a college assignment, which inspired this. College Application

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.