FLUTTER ECOSYSTEM

abhishh1/awesome_widgets

适用于精彩项目和应用的自定义 Flutter 小部件🔥

awesome_widgets 项目封面
Stars
20
Forks
7
最近推送(UTC)
2022年5月23日
项目状态
未归档
Abhishvek Chavhan GitHub avatar
GITHUB User

Abhishvek Chavhan ↗

ceo at 33labs (@superwrapper, @useastra)

33labs.inBangalore官方网站 ↗
语言Dart

此仓库发布的插件

使用的依赖

依赖清单 4 项
  • flutter{"sdk":"flutter"}
  • sizer
  • flutter_test开发依赖{"sdk":"flutter"}
  • flutter_lints开发依赖^1.0.0

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

⚡Awesome Widgets

Custom widgets and components ready to use under your awesome projects!

🎖Installing

dependencies:
  awesome_widgets: ^<latest_version>

⚽Widgets

1. Awesome Snackbar🔥

AwesomeSnackbar.style1(
  duration: Duration(seconds: 10),
  context: context,
  primaryColor: Colors.blue,
  title: "Demo snackbar",
  subTitle: "Demo description",
  titleTextstyle: TextStyle(color: KConstantColors.bgColor),
  subtitleTextstyle: TextStyle(color: KConstantColors.bgColor, fontSize: 13),
  backgroundColor: Colors.white,
  iconData: Icons.check,
  iconColor: Colors.white);
Screenshot 2022-05-23 at 7 31 38 PM

2. Awesome Textfield🔥

 AwesomeTextfield.filled(
   hintText: "Title",
   textEditingController: textEditingController,
   fillColor: Colors.grey,
),
Screenshot 2022-05-23 at 7 20 54 PM

3. Awesome Buttons🔥

AwesomeButton.roundedIconButton(
   onTap: () { // Do something },
   title: 'Create')
),
Screenshot 2022-05-23 at 7 21 05 PM
❤Loved the utility? Donate here.
🚀Want to learn more about Flutter? Checkout this out!
💥DM me on Instagram for doubts Follow here

🐛 Bugs/Requests

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull request are also welcome.