Loading repository data…
Loading repository data…
pedrohsampaioo / repository
:octocat: Pokédex built using flutter and firebase.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project is part of my daily studies.
Email-me: pedrohsampaioo@outlook.com
Connect with me at LinkedIn.
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 .
The structure used in this project was proposed by Reso Coder.
Google authentication and email with password.
Cloning the Repository
$ git clone https://github.com/pedrohsampaioo/pokemon_app_flutter.git
$ cd pokemon_app_flutter
$ flutter pub get
First add the project to your Firebase console, follow these steps. Soon after, perform settings related to phone number authentication with Android and iOS .
With all dependencies installed and the environment properly configured, you can now run the app:
$ flutter run