ui_components 0.0.4 copy "ui_components: ^0.0.4" to clipboard
ui_components: ^0.0.4 copied to clipboard

A Flutter Package Providing Templates of attractive Login UI's, built with Flutter, ready to be used in your Applications.

UI Components #

A Flutter Package Providing Templates of attractive Login UI's, built with Flutter, ready to be used in your Applications! No External Packages have been used, so in case, the widgets don't go according to your choice, you can copy-paste the file by checking out the repository on GitHub!

Last Update: Added LoginScreen1

Login Screens #

Login Screen 1 #

alt text

Usage

LoginScreen1(
    avatarImage: "path/to/your/image.png",
    emailController: _emailController,
    passwordController: _passwordController,
    navigatePage: () {
        // Works when user clicks the sign up button
    },
    onAnotherAccountClick: () {
        // Works when user clicks Another Account Button
    },
    onLoginClick: () {
        // Works when user clicks the Log in Button
    },
)

Login Screen 2 #

alt text

Usage

LoginScreen2(
    emailController: _emailController,
    passwordController: _passwordController,
    googleLogin: () {
        // Works when user clicks Google Sign In Button
    },
    navigatePage: () {
        // Works when user clicks the sign up button
    },
    onLoginClick: () {
        // Works when user clicks the Log in Button
    },
)

Login Screen 3 #

alt text

Usage

LoginScreen3(
    emailController: _emailController,
    passwordController: _passwordController,
    navigatePage: () {
        Works when user clicks the sign up button
    },
    onLoginClick: () {
        // Works when user clicks the Log in Button
    },
),

Contribution #

Feel Free to Contribute by sending in PR's.

0
likes
30
pub points
39%
popularity

Publisher

unverified uploader

A Flutter Package Providing Templates of attractive Login UI's, built with Flutter, ready to be used in your Applications.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on ui_components