v0.1.4draggable_fab
A Draggable FAB wrapper widget which can dragged to any edge of the screen.
61Likes 1.4K30-day downloads140Pub points
AndroidiOSWebmacOSWindowsLinux
A Flutter widget
{"sdk":"flutter"}{"sdk":"flutter"}English project snapshot. Visit GitHub for the latest content.
A Draggable FAB wrapper widget which can dragged to any edge of the screen.
Add draggable_fab: ^0.1.4 in your pubspec.yaml dependencies. And import it:
import 'package:draggable_fab/draggable_fab.dart';
Create a standalone widget e.g. Floating Action Bar widget :
DraggableFab(
child: FloatingActionButton(
onPressed: _incrementCounter,
child: Icon(Icons.add),
),
);
demo.gif