smart_custom_button 0.0.2 copy "smart_custom_button: ^0.0.2" to clipboard
smart_custom_button: ^0.0.2 copied to clipboard

A Flutter package for custom buttons with solid or gradient colors, icon, and loading state.

smart_custom_button #

Created by Kaish

A Flutter package for custom buttons with:

  • Solid or gradient backgrounds
  • Optional icon
  • Loading state
  • Rounded corners, elevation, and padding

Usage #

CustomButton(
  text: "Gradient Button",
  gradient: LinearGradient(colors: [Colors.purple, Colors.blue]),
  onPressed: () => print("Clicked"),
)
5
likes
0
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for custom buttons with solid or gradient colors, icon, and loading state.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on smart_custom_button