bouncing_draggable_dialog 1.0.2
bouncing_draggable_dialog: ^1.0.2 copied to clipboard
Flutter package to implement an animated Bouncing Draggable Dialog.
Animated Bouncing Draggable Dialog #
Bouncing Draggable Dialog package lets you add an animated bouncing draggable dialog to your Flutter app.
Features #
The BouncingDraggableDialog widget is built to be a unique dialog
that can be used in your Flutter app, replacing the default
Flutter dialog. By using the content
, height
and width
properties, you can provide the content to be displayed as well as the size of the dialog.
The package will handle the animation by itself.
Getting started #
- Add the latest version of package to your
pubspec.yaml
(and rundart pub get
):
dependencies:
bouncing_draggable_dialog: ^1.0.2
- Import the package and use it in your Flutter App.
import 'package:bouncing_draggable_dialog/bouncing_draggable_dialog.dart';
Usage #
There are a number of properties that you can modify:
- content (your dialog content)
- height (height of the dialog)
- width (width of the dialog)
Example Usage ( complete with all params ):
|
Here's what it looks like:
|
Next Goals #
We are working on some improvements including:
- Make the widget more customizable.
Issues & Feedback #
Please file an issue! to send feedback or report a bug. Thank you!