Music App Login and register UI

Run

git clone https://github.com/Fadilix/FlutterMusicLoginUI.git
flutter clean
flutter packages get
flutter run

Screenshots

Features:

  • Input fields for email/username and password.
  • Toggle password visibility with the eye icon.
  • Remember me checkbox.
  • “Forgot password?” link.
  • “Sign in” button with custom color.
  • Option to sign in with Facebook, Google, or Apple.
  • Link to the registration page for users without an account.

Reusable components

Created reusable components:

  • MyButton
  • MyTextField

dependencies:

  • google_fonts for the font used in the project

GitHub

View Github