Skip to content

This Flutter app combines informative Onboarding with secure login, providing a smooth introduction and reliable authentication for users.

Notifications You must be signed in to change notification settings

Anderson-Andre-P/onboarding_and_signin

Repository files navigation

Onboarding and Sign In pages

Made by Anderson André Anderson André Repository size

GitHub last commit License

About   |   Technologies   |   How to Contribute   |   Executing Project   |   License   |   Author

🔗 Demo

Click me for see a demo image
Onboarding Screen Login Screen One Login Screen Two
Onboarding Login One  Login Two

🎯 About

This Flutter app combines informative Onboarding with secure login, providing a smooth introduction and reliable authentication for users.

Functionalities

  1. Onboarding Presentation: The Onboarding page offers an introduction to the application and presents its main features.
  2. Navigation to Login Page: After completing Onboarding, users can access the login page via a button.
  3. Field Validation: The login page includes validation on the email and password fields to ensure that the data entered is correct. Validations include:
    • Valid email format check.
    • Password Requirements.
    • Clear error messages to indicate problems with fields.

Main Achievements

  • Development with clean code
  • Development with user friendly design

🚀 Technologies

The project was developed using the following technologies and tools:

Mobile

✅ How to Contribute

If you want to contribute to the project, you can follow these steps:

Step 1

Fork this repository and clone it to your local machine using the code bellow.

https://github.com/Anderson-Andre-P/onboarding_and_signin

Step 2

Create a new branch with a descriptive name for your contribution.

git checkout -b my-feature

Step 3

Implement your modifications or additions.

Step 4

Perform the necessary tests to ensure that your changes work properly.

Step 5

Commit your changes and push them to your repository.

git commit -m "feat: My new feature"

Step 6

Open a pull request against this repository, describing your changes and providing additional information if needed.

After your Pull Request is merged, can you delete your feature branch.

🏁 Executing Project

Before running 🏁, you need Git installed.

Follow the steps below to run the project on your computer. (using terminal or git bash)

 # Cloning the repository
$ git clone git@github.com:Anderson-Andre-P/onboarding_and_signin.git

# Accessing THIS project directory
$ cd './onboarding_and_signin'

# Installing the dependencies
$ flutter pub get

# Run project
$ flutter run

Contact

If you have any questions or suggestions about the project, please feel free to contact us. You can find us at [provide contact information such as email address or link to a communication channel]. Thank you for your interest and support for the project!

  • Contact me through my personal LinkedIn profile.

    Anderson André

📝 License

This project is licensed under LICENSE. Be sure to read the license file for more details.

Back to top

About

This Flutter app combines informative Onboarding with secure login, providing a smooth introduction and reliable authentication for users.

Topics

Resources

Stars

Watchers

Forks