Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

Flutter Bounceable

Advantages:

 Installing:

In your pubspec.yaml

dependencies:
  flutter_bounceable: ^1.0.0
import 'package:flutter_bounceable/flutter_bounceable.dart';

Usage:

Just wrap on any widget that you like, it just works:

Bounceable(
  onTap: () {},
  child: YourWidget(),
);

Demo:

Contributing:

Feature requests and pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Download source code on GitHub

Exit mobile version