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

outdated

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 chooice, 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

UIComponents(
    avatarImage: _avatarImage_,
    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
    },
);

Contribution #

Feel Free to Contribute by sending in PR's.

0
likes
0
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

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on ui_components