glass_animated_button 1.0.2 copy "glass_animated_button: ^1.0.2" to clipboard
glass_animated_button: ^1.0.2 copied to clipboard

A customizable animated glassmorphic button for Flutter.

glass_animated_button #

A beautiful animated button with a frosted glass (glassmorphism) effect.
You can customize text, blur, color, and more.

Features #

  • Tap animation with scale
  • Blur glass effect using BackdropFilter
  • Customizable color, text, borderRadius

Usage #

GlassAnimatedButton(
  text: "Click Me",
  onPressed: () {
    print("Tapped!");
  },
  blur: 10,
  borderRadius: 20,
  color: Colors.white.withOpacity(0.2),
)

9
likes
0
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable animated glassmorphic button for Flutter.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on glass_animated_button