A curated list of awesome Flutter UI design templates to integrate in your Flutter app

Related tags

Example Apps ffff
Overview

Flutter UI/UX Examples 🍟

Repo Flutter Hits

Looking for an awesome UI kit for Flutter? Here is a curated list of a few awesome Flutter UI design templates to integrate in your Flutter app and save your time on designing widgets. You can check more UI design templates here.

Show some ❤️ and star the repo to support the project

Index 📝

  1. Login Page
  2. Movie Streaming App
  3. Food order app
  4. Books App
  5. Profile Page
  6. Walkthrough Screen

1. Login Page UI 🍦

GIF Screenshot

Packages in use:

  1. flutter_svg
  2. flutter_screenutil

Fonts

  1. Poppins

2. Movie Streaming App 🍨


GIF Screenshot

Packages in use:

  1. flutter_svg
  2. simple_animations

Fonts

  1. Poppins

3. Food Order app 🎂

GIF Screenshot

Packages in use:

  1. flutter_svg
  2. line_awesome_flutter

4. Books app UI 🍨


GIF Screenshot

Packages in use:

  1. flutter_svg
  2. flutter_staggered_grid_view

Fonts

  1. Poppins

5. Profile Page UI 🍧

GIF Screenshot

Packages in use:

  1. flutter_svg
  2. flutter_screenutil
  3. line_awesome_flutter

Fonts

  1. Poppins (Custom Fonts)

6. Walkthrough Screen 🎂

This is a little special... Guess what?
I implemented this in Kotlin! 😱
This is the walk-through screen, that you can adapt according to your use, by changing images and number of screens. The top slider will scroll on any amount of screens you add!

GIF Screenshot

Resources:

  1. Animations: cubic briezer
  2. Primary color: #6C63FF
  3. Images: undraw.co

Fonts

  1. Poppins

Widgets 🚀

List of well-designed widgets that you will actually need and find useful rather than overwhelming you with a plethora of low-quality ones.

Index 📝

  1. Rounded input field
  2. Flushbar alert service

1. Rounded Input field 🍦

GIF

Use

RoundedInputField(
    textEditingController: controllerName,
    hintText: "Your Email",
    icon: Icons.email,
    cursorColor: Colors.black,
    editTextBackgroundColor: Colors.grey[200],
    iconColor: Colors.black,
    onChanged: (value) {
      name = value;
     },
 )

2. Flushbar alert service

To use this widget you have to include one denpendency called flushbar in your pubspec.yaml, if you want error alert you have to give AlertType.error in type feild same applies to warning
GIF

Use

CustomButton(
    text: "Add to Cart",
    onPressed: () {
      AlertService().showAlert(
         context: context,
         message: 'product has been added to cart',
         type: AlertType.success,
         );
     },
 )

Doremon 🐱

Any doremon fans here? For relaxation I design some of cartoons

Thanks for coming here from doremon :xD

Author(s) ✍️

  1. Ajay Prabhakar @chromicle

Looking to contribute? ??

Please read CONTRIBUTING.md before writing a pull request. Any and all help we can get is welcome :)

License 📝

This repository is licensed under MIT License. Find LICENSE to know more.

Note

These examples are open to all kinds of contribution in all of its categories. dude, they are completely free 😜
If you found this project useful, then please consider giving it a on Github and sharing it with your friends via social media.
Happy Coding 💻 .

You might also like...

To-do list app created with Flutter

To-do list app created with Flutter

To-do list app created with Flutter

Dec 20, 2021

A Todo list app, created using flutter

A Todo list app, created using flutter

todoey A todo-list application, made using flutter ChangeLog: v 1.7.4 Fixed minor bugs: Blank task was crashing app. v 1.7.3 Added dark mode switch. v

Dec 16, 2022

A basic Flutter app which allows people to save events to a list

A basic Flutter app which allows people to save events to a list

Apr 11, 2022

A simple App made with flutter where you can create Q&A List

A simple App made with flutter where you can create Q&A List

iQuestions 📝 Welcome to Iquestions project! A simple App made with flutter where you can create Q&A List. This is a Fully Functional App that uses Ge

Sep 13, 2022

This app contain two pages. In first page user will see the list of places to visit and in other page detail of places will be shown. Apart from that there is route transition, hero and staggered animation while navigating to the detail page.

This app contain two pages. In first page user will see the list of places to visit and in other page detail of places will be shown. Apart from that there is route transition, hero and staggered animation while navigating to the detail page.

travell_app A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if t

Dec 3, 2022

A Todo list made with flutter.

A Todo list made with flutter.

A Todo list made with flutter.

Oct 6, 2021

FTFS is a Flutter package which uses a TextField Widget to search and select a value from a list

FTFS is a Flutter package which uses a TextField Widget to search and select a value from a list

FTFS is a Flutter package which uses a TextField Widget to search and select a value from a list. It's a simple, lightweight, and fully tested package unlike other "autocomplete" or textfield search packages.

Jan 5, 2022

Scan Qr Code Which Will Automatically Add That User To The Visitor List

Scan Qr Code Which Will Automatically Add That User To The Visitor List

GIGO APP Gigo app is a mobile application where shopkeepers have an app that shows QR code and users can scan this QR code which will automatically ad

Dec 30, 2022

Prove your identity on demand and manage your finance with Flutter

Prove your identity on demand and manage your finance with Flutter

Identt-User-Flutter IdenTT Prove your identity on demand and manage your finance. View Admin Panel Demo || View App Demo About The Project Problem: Mo

May 17, 2022
Owner
null
Flutter-based mobile app displaying a list of daily curated content from top engineering blogs and articles. Backed by a GraphQL-based API written in Kotlin..

Flutter-based mobile app displaying a list of daily curated content from top engineering blogs and articles. Backed by a GraphQL-based API written in Kotlin..

Armel Soro 20 Dec 14, 2022
Learn how to integrate horizontal & vertical dividers for the widgets in your Flutter app.

Divider - Horizontal & Vertical - Deep Dive - Flutter Learn how to integrate horizontal & vertical dividers for the widgets in your Flutter app. ⚡  So

Johannes Milke 4 Dec 19, 2020
Awesome HTTP Inspector Tool | Flutter Library of the Week | EP-01 || EP-01

flutter_best_packages A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you st

Pawan Kumar 22 Jul 21, 2022
An awesome Login and SignUp page UI

login_ui_master A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

Azamatjan 1 Oct 26, 2021
Beautiful Nike Web Design Concept With Flutter Beautiful Nike Web Design Concept With Flutter

flutter_web_nike A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

Pawan Kumar 23 Jan 28, 2022
Travel-Application-Ui-design - A Simple Travel Application Ui design For Flutter

Flutter Simple Travel Application UI Design A part of #flutter100daysofcode. Let

Lutfur Rahman 0 Jan 28, 2022
Flutter app To list down your Daily task ,made using State manager i.e. Provider package

Flutter app To list down your Daily task ,made using State manager i.e. Provider package

ROHIT_GADHAVE 1 Jan 23, 2022
Design Your Life

Design Your Life Features: Routine Journal Goals Knowledge habits Coming Soon: decisions Have Suggestions ? You can add an issue here or fill up a goo

Abhinav Marwaha 37 Sep 10, 2022
mezza 0 Nov 24, 2021