• 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. Loading
  3. A collection of Screens and attractive UIs built with Flutter
in Login screen, Loading

A collection of Screens and attractive UIs built with Flutter

by James October 1, 2021, 4:42 am 1k Views

Flutter Login Screen

A collection of visually beautiful Screens, UIs created with Flutter and ready to be used in your applications. There are no external libraries utilized. Simply download, add to your project, and use.

Screenshots And Usage

Loaders

loaders screens

ColorLoaders

color_loaderColor Loader 1color_loader_2Color Loader 2color_loader_3Color Loader 3
color_loader_4Color Loader 4color_loader_5Color Loader 5

FlipLoaders

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"),
       ),
   )

GitHub

https://github.com/samarthagarwal/FlutterScreens

See more

  • Previous article A clean and simple login UI screen with a basic hero animation in Flutter
  • Next article Flutter Login Screen with Firebase Auth and Facebook Login

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 clean and simple login UI screen with a basic hero animation in Flutter

Flutter Login Screen with Firebase Auth and Facebook Login

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