Skip to content

pedrohsampaioo/pokemon_app_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon App

Screenshots

Why?

This project is part of my daily studies.

Email-me: [email protected]

Connect with me at LinkedIn.

Some Observations about this App

  1. Errors that are handled in the application:

    • cancelledByUser : occurs when the user cancels the authentication through social networks.

    • serverError : some authentication error not listed.

    • invalidEmailAndPasswordCombination : mismatched email and password combination.

    • emailAlreadyInUse .

    • errorWhenRegisteringUsername : occurs when there is a failure to register the user name..

    • To identify more errors access .

  2. The structure used in this project was proposed by Reso Coder.

  3. Google authentication and email with password.

Getting Started

Installing

Cloning the Repository

$ git clone https://github.com/pedrohsampaioo/pokemon_app_flutter.git

$ cd pokemon_app_flutter

Installing dependencies

$ flutter pub get

Firebase settings

First add the project to your Firebase console, follow these steps. Soon after, perform settings related to phone number authentication with Android and iOS .

Running

With all dependencies installed and the environment properly configured, you can now run the app:

$ flutter run

Build With

Releases

No releases published

Packages

No packages published

Languages