Looking for an awesome UI kit for Flutter? Here is a curated list of a few awesome Flutter UI/UX Examples.
Show some ❤️ and star the repo to support the project
GIF | Screenshot |
---|---|
![]() |
![]() |
Packages in use:
Fonts
GIF | Screenshot |
---|---|
![]() |
![]() |
Packages in use:
Fonts
GIF | Screenshot |
---|---|
![]() |
![]() |
Packages in use:
Fonts
GIF | Screenshot |
---|---|
![]() |
![]() |
Packages in use:
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:
Fonts
List of well-designed widgets that you will actually need and find useful rather than overwhelming you with a plethora of low-quality ones.
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;
},
)
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,
);
},
)
These are the list of designs made by adobe xd and figma etc
Any doremon fans here? For relaxation I design some of cartoons
Please read CONTRIBUTING.md before writing a pull request. Any and all help we can get is welcome
This repository is licensed under MIT License. Find LICENSE to know more.
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
Happy Coding 💻.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。