enhanced_button 0.0.3 copy "enhanced_button: ^0.0.3" to clipboard
enhanced_button: ^0.0.3 copied to clipboard

A wrapper of ElevatedButton to support gradient background and transform and image background.

EnhancedButton #

pub package

A wrapper of ElevatedButton to support gradient background and transform and image background.

Features #

  • ✅ Gradient background
  • ✅ DecorationImage background
  • ✅ Transform
  • ✅ Custom Duration
  • ✅ Custom Curve

Preview #

EnhancedButton
toast

Getting started #

flutter pub add enhanced_button

Usage #

EnhancedButton(
    onPressed: () {},
    enhancedStyle: EnhancedButtonStyle(
        gradient: MaterialStateProperty.all(const LinearGradient(
            colors: [Colors.blue, Colors.red])),
    ),
    child: const Text('Button'),
);

More usage see /example folder.

Additional information #

1
likes
140
pub points
62%
popularity
screenshot

Publisher

verified publishershirne.com

A wrapper of ElevatedButton to support gradient background and transform and image background.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on enhanced_button