Own custom component for login module Via Email & Password Via Mobile & OTP Via Username & Password

Features

Login Functionality with

  • Email & Password
  • Mobile & OTP
  • Username & Password

Getting started

You have to pass Login Type, Social Media Login options

Usage

to /login_da folder.

  @override
Widget build(BuildContext context) {
  return MaterialApp(
    home: LoginDa.LoginView(),
  );
}

Additional information