v0.1.4draggable_fab
Um widget wrapper de FAB arrastável que pode ser arrastado para qualquer borda da tela.
61Curtidas 1,4 milDownloads em 30 dias140Pontos Pub
AndroidiOSWebmacOSWindowsLinux
Um widget do Flutter
{"sdk":"flutter"}{"sdk":"flutter"}Texto original em inglês. Visite o GitHub para a versão atual.
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