draggable_floating_button 0.1.1 draggable_floating_button: ^0.1.1 copied to clipboard
The Draggable Floating Action Button (aka. DFAB) can be created just like the Floating Action Button, but it also has a few cool features in addition.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add draggable_floating_button
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
draggable_floating_button: ^0.1.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:draggable_floating_button/draggable_floating_button.dart';