awesome-flutter-ui
<img src="https://user-images.githubusercontent.com/48018942/111353594-75464080-86ab-11eb-9379-ab07031c1e54.png" height="250" width="450" /> Flutter UI/UX Examples π ================== [](https://github.com/Chromicle/awesome-flutter-ui) [](https://flutter.dev/) [](https://hits.seeyoufarm.com) 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](https://github.com/Chromicle/awesome-flutter-ui/tree/master/awesome_login_page) 2. [Movie Streaming App](https://github.com/Chromicle/awesome-flutter-ui/tree/master/walkthrough_screen) 3. [Food order app](https://github.com/Chromicle/awesome-flutter-ui/tree/master/food_order_app) 4. [Books App](https://github.com/Chromicle/awesome-flutter-ui/tree/master/book_app_ui) 5. [Profile Page](https://github.com/Chromicle/awesome-flutter-ui/tree/master/profile_page) 6. [Walkthrough Screen](https://github.com/Chromicle/awesome-flutter-ui/tree/master/walkthrough_screen) </br> ### 1. Login Page UI π¦ GIF | Screenshot ------------- | ------------- <img src="https://user-images.githubusercontent.com/48018942/81497942-8120e380-92df-11ea-8cf0-c8669ef47d9b.gif" heigth="400" width="250"/> | <img src="https://user-images.githubusercontent.com/48018942/111359643-c6f1c980-86b1-11eb-82b7-6daa98d55315.png" heigth="400" width="250"/> **Packages in use:** 1. [flutter_svg](https://pub.dev/packages/flutter_svg) 2. [flutter_screenutil](https://pub.dev/packages/flutter_screenutil) **Fonts** 1. [Poppins](https://fonts.google.com/specimen/Poppins) --- ### 2. Movie Streaming App π¨ </br> GIF | Screenshot ------ | ----------------- <img src="https://user-images.githubusercontent.com/48018942/111354413-4d0b1180-86ac-11eb-93bf-3b46e31da549.gif" heigth="400" width="250"/> | <img src="https://user-images.githubusercontent.com/48018942/111359618-c0635200-86b1-11eb-8aa1-a62a20900aae.png" heigth="400" width="250"/> **Packages in use:** 1. [flutter_svg](https://pub.dev/packages/flutter_svg) 2. [simple_animations](https://pub.dev/packages/simple_animations) **Fonts** 1. [Poppins](https://fonts.google.com/specimen/Nunito) --- ### 3. Food Order app π GIF | Screenshot ------------- | ------------- <img src="https://user-images.githubusercontent.com/48018942/83925032-c1229b80-a7a3-11ea-99bd-f2df6169d556.gif" heigth="400" width="250"/> | <img src="https://user-images.githubusercontent.com/48018942/111359646-c822f680-86b1-11eb-85ae-e3b3e173c823.png" heigth="400" width="250"/> </br> **Packages in use:** 1. [flutter_svg](https://pub.dev/packages/flutter_svg) 2. [line_awesome_flutter](https://pub.dev/packages/line_awesome_flutter) --- ### 4. Books app UI π¨ </br> GIF | Screenshot ------------- | ------------- <img src="https://user-images.githubusercontent.com/48018942/82415000-80cdd880-9a95-11ea-8e5c-65da78a18fbd.gif" heigth="400" width="250"/> | <img src="https://user-images.githubusercontent.com/48018942/111359641-c5c09c80-86b1-11eb-9f46-0f8dc1cba18c.png" heigth="400" width="250"/> **Packages in use:** 1. [flutter_svg](https://pub.dev/packages/flutter_svg) 2. [flutter_staggered_grid_view](https://pub.dev/packages/flutter_staggered_grid_view) **Fonts** 1. [Poppins](https://fonts.google.com/specimen/Nunito) --- ### 5. Profile Page UI π§ GIF | Screenshot ------------- | ------------- <img src="https://user-images.githubusercontent.com/48018942/82934546-4094bb80-9fa9-11ea-87e9-ed79af40d46e.gif" heigth="400" width="250"/> | <img src="https://user-images.githubusercontent.com/48018942/111359645-c78a6000-86b1-11eb-9178-398975080fe7.png" heigth="400" width="250"/> </br> **Packages in use:** 1. [flutter_svg](https://pub.dev/packages/flutter_svg) 2. [flutter_screenutil](https://pub.dev/packages/flutter_screenutil) 3. [line_awesome_flutter](https://pub.dev/packages/line_awesome_flutter) **Fonts** 1. [Poppins](https://fonts.google.com/specimen/Poppins) ([Custom Fonts](https://flutter.dev/docs/cookbook/design/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 ------------- | ------------- <img src="https://user-images.githubusercontent.com/48018942/89576856-77127080-d84d-11ea-913b-db576702c199.gif" heigth="400" width="250"/> | <img src="https://user-images.githubusercontent.com/48018942/111359650-c9542380-86b1-11eb-88d6-fc0137959757.png" heigth="400" width="250"/> **Resources:** 1. Animations: cubic briezer 2. Primary color: #6C63FF 3. Images: [undraw.co](https://undraw.co/) **Fonts** 1. Poppins </br> # Widgets :rocket: 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](https://github.com/Chromicle/awesome-flutter-ui/blob/master/widgets/rounded_input_field.dart) 2. [Flushbar alert service](https://github.com/Chromicle/awesome-flutter-ui/blob/master/widgets/alert_service.dart) </br> ### 1. Rounded Input field π¦ **GIF** \ <img src="https://user-images.githubusercontent.com/48018942/95119656-ec28f600-0769-11eb-8d29-d5d3e54a7aac.gif" height="250" width="450" /> **Use** ```dart 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](https://pub.dev/packages/flushbar) in your `pubspec.yaml`, if you want error alert you have to give `AlertType.error` in type feild same applies to warning \ **GIF** \ <img src="https://user-images.githubusercontent.com/48018942/95247709-d54ed600-0833-11eb-92ab-42615c09a352.gif" height="150" width="500" /> **Use** ```dart CustomButton( text: "Add to Cart", onPressed: () { AlertService().showAlert( context: context, message: 'product has been added to cart', type: AlertType.success, ); }, ) ``` </br> ### Doremon π± Any doremon fans here? For relaxation I design some of cartoons <img src="https://user-images.githubusercontent.com/48018942/98547830-c047e580-22be-11eb-9d8d-1f1a8674fdc7.png" heigth="400" width="400"/> Thanks for coming here from doremon :xD ### Author(s) βοΈ 1. [ @chromicle ](https://github.com/chromicle) ### Looking to contribute? :computer: Please read [CONTRIBUTING.md][contributor-guide] before writing a pull request. Any and all help we can get is welcome :) ### License :memo: This repository is licensed under MIT License. Find [LICENSE][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 :star: on Github and sharing it with your friends via social mediaβ‘. \ Happy Coding π». [contributor-guide]: CONTRIBUTING.md [license]: LICENSE