awesome_widgets 0.0.5 copy "awesome_widgets: ^0.0.5" to clipboard
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);
}),

https://user-images.githubusercontent.com/52340362/169339914-eb4566db-8a11-48d6-9373-36ec82232fd7.mp4


❤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.

27
likes
130
pub points
41%
popularity

Publisher

unverified uploader

Custom flutter widgets for awesome projects and apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on awesome_widgets