• Apps
  • Templates
  • Animation
  • Dialog
  • Icons
  • Images
  • Login screen
  • Note

Flutter UI Kit Templates

  • facebook
  • twitter
  • instagram
  • pinterest
  • youtube
Search

Switch to the dark mode that's kinder on your eyes at night time.

Switch to the light mode that's kinder on your eyes at day time.

Menu

Flutter UI Kit Templates

Login
Search
Menu

You are here:

  1. Home
  2. Login screen
  3. A collection of Screens with attractive UIs built with Flutter
in Login screen

A collection of Screens with attractive UIs built with Flutter

by James October 1, 2021, 4:20 am 2k Views

Flutter Login Screens

A collection of visually beautiful UI Login Screens, Buttons, and Loaders created with Flutter and ready to use in your applications.

Screenshots And Usage

Loaders

screens

ColorLoader requires colors and duration as mandatory parameters. FlipLoader and FlipLoader2 do not require any parameters.

Color Loader

List<Color> colors = [
    Colors.red,
    Colors.green,
    Colors.indigo,
    Colors.pinkAccent,
    Colors.blue
];
 

//Use in widget tree
ColorLoader(
   colors: colors,
   duration: Duration(milliseconds: 1200)
),

Flip Loader

Example #1

FlipLoader(
  loaderBackground: Colors.red,
  iconColor: Colors.white,
  icon: Icons.email,
  animationType: "full_flip"),

Example #2

FlipLoader(
  loaderBackground: Colors.blueAccent,
  iconColor: Colors.orangeAccent,
  icon: Icons.subway,
  animationType: "half_flip",
  rotateIcon: true,
),

Example #3

FlipLoader(
  loaderBackground: Colors.green,
  iconColor: Colors.white,
  icon: Icons.wifi,
  animationType: "half_flip",
  shape: "circle",
  rotateIcon: false,
),


I AM WORKING ON MORE LOADERS. THESE LOADERS WILL ALSO BE UPDATED. THANKS TO JAKELEVERONI FOR PARAMETERIZING THE FLIPLOADER.

Buttons

buttons1

Simple Round Button

SimpleRoundButton(
    backgroundColor: Colors.redAccent,
    buttonText: Text("LOGIN", 
        style: TextStyle(
            color: Colors.white
        ),
    ),
    textColor: Colors.white,
)

Simple Round Icon Button

SimpleRoundIconButton(
    backgroundColor: Colors.orangeAccent,
    buttonText: Text("SEND EMAIL", 
        style: TextStyle(
            color: Colors.white
        ),
    ),        
    textColor: Colors.white,
    icon: Icon(Icons.email),
)

Simple Round Icon Only Button

SimpleRoundOnlyIconButton(
  backgroundColor: Colors.blueAccent,
  icon: Icon(Icons.phone),
  iconAlignment: Alignment.center,
)


Login Screens

Login Screen 1

login_screen_1
Usage

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

Login Screen 2

login_screen_2
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

login_screen_3
Usage

Container( child: LoginScreen3(), )

GitHub

https://github.com/samarthagarwal/FlutterScreens

See more

  • Previous article A gorgeous login page built with flutter
  • Next article A clean and simple login UI screen with a basic hero animation in Flutter

Written by James

You May Also Like

  • in Animation, Login, Login screen

    An awesome login page animated fastCode with Flutter

  • in Animation, Login, Login screen

    Flutter Beautiful Login Page UI Design and Animation

  • in Login screen

    A Phone number authentication + OTP login page built with flutter

  • in Login screen

    Login minimalist using framework flutter

More From: Login screen

  • An awesome login page animated fastCode with Flutter

    by James October 1, 2021, 9:20 am

  • Flutter Beautiful Login Page UI Design and Animation

    by James October 1, 2021, 9:17 am

  • A Phone number authentication + OTP login page built with flutter

    by James October 1, 2021, 9:04 am

  • Login minimalist using framework flutter

    by James October 1, 2021, 8:59 am

  • Basic login and signup screen designed in flutter

    by James October 1, 2021, 8:52 am

  • Provides login screen with login/signup functionalities

    by James October 1, 2021, 8:27 am

Don't Miss

  • in Login screen

    Provides login screen with login/signup functionalities

  • in Animation, Login, Login screen

    An awesome login page animated fastCode with Flutter

  • in Login screen

    A Phone number authentication + OTP login page built with flutter

  • in Animation, Login, Login screen

    Flutter Beautiful Login Page UI Design and Animation

  • in Button, Slide, Swipe

    An attractive swipe to confirm button for flutter

  • in Dialog

    A Phone Dialpad for your Flutter Application

A gorgeous login page built with flutter

A clean and simple login UI screen with a basic hero animation in Flutter

TEMPLATES

  • Amazing Quizzler App for iOS and Android

  • An Amazing Quiz App With Timer In Flutter

  • An elegant and easy on the eyes weather app build with flutter

  • A Beautiful Contact App using Flutter

  • A note-taking app built with Flutter + Firebase

  • Android Application to work with Location-based Data

  • Wallpaper application based on Pexels API

  • Wallpaper App made with Flutter with Dynamic Theming

TOP VIEWS

  • Provides login screen with login/signup functionalities

  • Flutter Beautiful Login Page UI Design and Animation

  • An awesome login page animated fastCode with Flutter

  • A Phone number authentication + OTP login page built with flutter

  • A simple yet elegant quiz app developed with Flutter

  • Time Picker widget with a spinner instead of a material time picker

  • Basic login and signup screen designed in flutter

  • A gorgeous login page built with flutter

© 2023 by FlutterKit.dev

  • Home
  • Contact Us
  • GDPR Privacy policy
Back to Top
Close
  • Apps
  • Templates
  • Animation
  • Dialog
  • Icons
  • Images
  • Login screen
  • Note
  • facebook
  • twitter
  • instagram
  • pinterest
  • youtube