v0.0.6
awesome_widgets
適用於精彩專案和應用程式的自訂 Flutter 小工具。
27喜歡 41近 30 天下載130Pub 分數
AndroidiOSWebmacOSWindowsLinux
適用於精彩專案和應用程式的自訂 Flutter 小工具🔥
{"sdk":"flutter"}—{"sdk":"flutter"}^1.0.0以下為英文專案原文快照,最新內容請造訪 GitHub。
Custom widgets and components ready to use under your awesome projects!
dependencies:
awesome_widgets: ^<latest_version>
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
AwesomeTextfield.filled(
hintText: "Title",
textEditingController: textEditingController,
fillColor: Colors.grey,
),
Screenshot 2022-05-23 at 7 20 54 PM
AwesomeButton.roundedIconButton(
onTap: () { // Do something },
title: 'Create')
),
Screenshot 2022-05-23 at 7 21 05 PM
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.