All Projects → ajay-prabhakar → awesome-flutter-ui

ajay-prabhakar / awesome-flutter-ui

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

Programming Languages

dart
5743 projects
kotlin
9241 projects
swift
15916 projects
HTML
75241 projects
objective c
16641 projects - #2 most used programming language

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: ✭ 372 (-56.13%)
Mutual labels:  ui-design, login, example, uikit, textfield, flutter-apps
DevQuiz
Dev.Quiz 👨‍💻 | Rocketseat 💜 - NLW 05 👩‍🚀
Stars: ✭ 25 (-97.05%)
Mutual labels:  figma, flutter-apps, flutter-examples, flutter-ui
calmly
Calmly is made with flutter to practice meditation to bring headspace and calmness. 😍💆🏼‍♂️
Stars: ✭ 34 (-95.99%)
Mutual labels:  ui-design, ux-ui, flutter-apps, flutter-examples
Gumao-Flutter
Gumao: A Game Character Collector App built using Flutter
Stars: ✭ 35 (-95.87%)
Mutual labels:  ui-design, flutter-apps, flutter-examples, flutter-ui
flip view
A Flutter app with flip animation to view profiles of friends. 🌟
Stars: ✭ 69 (-91.86%)
Mutual labels:  ui-design, flutter-apps, flutter-examples, flutter-ui
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 (-97.41%)
Mutual labels:  ui-design, flutter-apps, flutter-examples, flutter-ui
flutter todos
A cross platform todo list app using flutter, sqlite etc. If you read the code, you will understand how to create simple elegant mobile app using Flutter and Dart language.
Stars: ✭ 60 (-92.92%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui
flutter pokedex
Pokedex app built with Flutter (with lots of animations) using Clean Architecture
Stars: ✭ 1,603 (+89.03%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui
BloodMS
🔥 🔥 🔥 A blood management project. 🔥 🔥 🔥
Stars: ✭ 48 (-94.34%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui
Light dark toggle
An awesome flutter app which artistically animates light and dark mode 😍
Stars: ✭ 175 (-79.36%)
Mutual labels:  ui-design, uikit, flutter-apps
Spotify-Clone-using-Flutter
Welcome to Flutter Day 1 to 30 — Building a Spotify Clone using Flutter
Stars: ✭ 48 (-94.34%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui
quickstart-flutter
No description or website provided.
Stars: ✭ 22 (-97.41%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui
flutter projects
This is a set of small projects focused solely on the development of the graphical interface with Flutter
Stars: ✭ 524 (-38.21%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui
SocialMedia-App
A fully functional social media app built with flutter with multiple features
Stars: ✭ 646 (-23.82%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui
flutter bolg manage
Flutter实战项目,采用Getx框架管理,遵循Material design设计风格,适合您实战参考或练手
Stars: ✭ 373 (-56.01%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui
flutter mentor app
Mentor app is built in flutter.
Stars: ✭ 39 (-95.4%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui
vpn app
Simple Vpn app concept UI done in Flutter.
Stars: ✭ 67 (-92.1%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui
appflowy
AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
Stars: ✭ 24,929 (+2839.74%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui
flutter and cloudinary
How to build Photo Diary App using Flutter and Cloudinary
Stars: ✭ 17 (-98%)
Mutual labels:  flutter-apps, flutter-examples, flutter-ui
My flutter challenges
Flutter project containing all my flutter UI challenges
Stars: ✭ 563 (-33.61%)
Mutual labels:  ui-design, uikit, flutter-apps

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