awesome_widgets 0.0.5 awesome_widgets: ^0.0.5 copied to clipboard
Custom flutter widgets for awesome projects and apps.
⚡Awesome Widgets #
Custom widgets and components ready to use under your awesome projects!
🎖Installing #
dependencies:
awesome_widgets: ^<latest_version>
⚽Widgets #
1. Awesome Snackbar🔥 #
ActionChip(
label: Text("Success snackbar"),
onPressed: () {
AwesomeSnackbar.style1(
subtitleTextstyle: TextStyle(),
subTitle: "Congratulations!",
context: context,
iconColor: Colors.white,
width: 80.0,
actionLabel: "Okay",
actionLabelTextstyle: TextStyle(),
iconAvatarRadius: 10.0,
primaryColor: Colors.blue,
title: "Sucess",
titleTextstyle: TextStyle(),
onActionTap: () {},
iconData: Icons.check,
height: 70.0,
backgrounColor: Colors.blueGrey);
}),
❤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.