Authentication Example with Flutter

This Flutter project is tailored for beginners, providing a hands-on experience in authenticating users using GO as the backend. We've created straightforward examples for signup, signin, and email verification.

Note: This project is designed for educational purposes and is not intended for production use.

Getting Started

  1. GO Backend: The backend is implemented in GO. Find the source code here.
  2. Setup Backend: After cloning the backend, carefully follow the instructions outlined in the README.md file to set up and run the GO backend.
  3. Clone Project: Once the backend is up and running, clone this Flutter project to your local machine.
  4. Install Dependencies: Navigate to the project directory and run flutter pub get to install the necessary dependencies.
  5. Run the Project: Execute flutter run to launch the project.

Screenshots

SignIn Page Sign Up Page Activate Account Page
Activate Account Page Account Activation Successfull