spring_view 0.0.8 copy "spring_view: ^0.0.8" to clipboard
spring_view: ^0.0.8 copied to clipboard

A Flutter package that provides an animated button with a delightful bounce effect. Easily integrate it into your app for a playful touch.

Spring View #

spring_view: A Flutter package that provides a delightful bounce effect for views, buttons, or widgets. Easily integrate it into your app to add a touch of playfulness!

Spring View Example

Features #

Bounce Effect: Easily add a delightful bounce animation to any view, button, or widget in your Flutter app.

Installing #

To use this package, add spring_view as a dependency in your pubspec.yaml file.

Usage #

SpringView(
    child: Center(
    child: Container(
      padding: const EdgeInsets.all(8.0),
        decoration: BoxDecoration(
            color: Colors.cyan,
            borderRadius: BorderRadius.circular(8),
        ),
    child: const Text(
        "Spring view example"
      ),
    ),
  ),
  onPressed: (){}
),
2
likes
160
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides an animated button with a delightful bounce effect. Easily integrate it into your app for a playful touch.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on spring_view