All Projects → Chromicle → Awesome Flutter Ui

Chromicle / Awesome Flutter Ui

Licence: mit
10+ flutter(android, ios) UI design examples ⚡️ - login, books, profile, food order, movie streaming, walkthrough, widgets

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Awesome Flutter Ui

awesome-flutter-ui
10+ flutter(android, ios) UI design examples ⚡ - login, books, profile, food order, movie streaming, walkthrough, widgets
Stars: ✭ 848 (+127.96%)
Mutual labels:  ui-design, login, example, uikit, textfield, flutter-apps
My flutter challenges
Flutter project containing all my flutter UI challenges
Stars: ✭ 563 (+51.34%)
Mutual labels:  flutter-apps, uikit, ui-design
Light dark toggle
An awesome flutter app which artistically animates light and dark mode 😍
Stars: ✭ 175 (-52.96%)
Mutual labels:  flutter-apps, uikit, ui-design
SchoolRegistrationUI-Android
Check out the new style for App Design aims for school or colleges...😉😀😁😎
Stars: ✭ 56 (-84.95%)
Mutual labels:  ui-design, login
open design system
Open Source Design System using Sketch. It's early days of my project.
Stars: ✭ 22 (-94.09%)
Mutual labels:  ui-design, uikit
XamCall
XamDesign Xamarin Forms Call screen Ui Design
Stars: ✭ 25 (-93.28%)
Mutual labels:  ui-design, uikit
Travia
Travia is an app for Travellers. It provides features like choosing destination, booking tickets and organizing whole trip.
Stars: ✭ 13 (-96.51%)
Mutual labels:  ui-design, flutter-apps
Bank-profile
a flutter Ui profile for bank account
Stars: ✭ 33 (-91.13%)
Mutual labels:  ui-design, flutter-apps
Polygon
No description or website provided.
Stars: ✭ 26 (-93.01%)
Mutual labels:  ui-design, uikit
flutter designs world
We at Appstree has implemented design concepts of different application using mock ups available out there at internet. These are open source projects and any once can use them. Say Hello to us at [email protected], if you want to hire our team is available to provide you top notch solutions.
Stars: ✭ 22 (-94.09%)
Mutual labels:  ui-design, flutter-apps
flutter dribble signup challenge
A dribble login UI challenge in Flutter
Stars: ✭ 43 (-88.44%)
Mutual labels:  login, flutter-apps
stuff
Crud operation with Firebase
Stars: ✭ 80 (-78.49%)
Mutual labels:  ui-design, flutter-apps
FlutterFacebookMessengeUI
Created Facebook messenger ui in Flutter.
Stars: ✭ 35 (-90.59%)
Mutual labels:  ui-design, flutter-apps
monalisa-ui
MonalisaUI ✨ React Native UI Library
Stars: ✭ 37 (-90.05%)
Mutual labels:  ui-design, uikit
CheckMarkView
UI view which draws programmatically a checkmark with different styles
Stars: ✭ 35 (-90.59%)
Mutual labels:  ui-design, uikit
bruno
An enterprise-class package of Flutter components for mobile applications. ( Bruno 是基于一整套设计体系的 Flutter 组件库。)
Stars: ✭ 1,802 (+384.41%)
Mutual labels:  ui-design, uikit
Gumao-Flutter
Gumao: A Game Character Collector App built using Flutter
Stars: ✭ 35 (-90.59%)
Mutual labels:  ui-design, flutter-apps
Swiggyui
A Swiggy UI Clone Flutter App.
Stars: ✭ 258 (-30.65%)
Mutual labels:  flutter-apps, uikit
calmly
Calmly is made with flutter to practice meditation to bring headspace and calmness. 😍💆🏼‍♂️
Stars: ✭ 34 (-90.86%)
Mutual labels:  ui-design, flutter-apps
awesome-neumorphism
A curated list of awesome Neumorphism resources.
Stars: ✭ 15 (-95.97%)
Mutual labels:  ui-design, uikit

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 💻.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].