v0.1.4draggable_fab
화면의 어느 모서리로든 드래그할 수 있는 드래그 가능한 FAB 래퍼 위젯입니다.
61좋아요 1.4천30일 다운로드140Pub 점수
AndroidiOSWebmacOSWindowsLinux
Flutter 위젯
{"sdk":"flutter"}{"sdk":"flutter"}아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
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