Skip to content

A collection of Screens with attractive UIs built with Flutter ready to be used in your applications.

Notifications You must be signed in to change notification settings

rodydavis/FlutterScreens

 
 

Repository files navigation

Flutter Login Screens

A collection of Login Screens with attractive UIs built with Flutter ready to be used in your applications.

Screenshots And Usage

Login Screen 1

Screenshots on Android and iOS

Usage

Container( child: LoginScreen1( primaryColor: Color(0xFF4aa0d5), backgroundColor: Colors.white, backgroundImage: new AssetImage("assets/images/full-bloom.png"), ), )

Login Screen 2

Screenshots on Android and iOS

Usage

Container( child: LoginScreen2( backgroundColor1: Color(0xFF444152), backgroundColor2: Color(0xFF6f6c7d), highlightColor: Color(0xfff65aa3), foregroundColor: Colors.white, logo: new AssetImage("assets/images/full-bloom.png"), ), )

Login Screen 3

Screenshots on Android and iOS

Usage

Container( child: LoginScreen3(), )

Contribution and Donation

Feel free to contribute. If you like the project and want to donate, click here.

About

A collection of Screens with attractive UIs built with Flutter ready to be used in your applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 97.8%
  • Objective-C 1.5%
  • Java 0.7%