draggable_floating_fab 0.1.4
draggable_floating_fab: ^0.1.4 copied to clipboard
A draggable, sticky FAB overlay with a drag-to-dismiss zone for Flutter apps.
0.1.4 #
- Allow customizing the default FAB icon via
fabIcon,fabIconColor, andfabIconSize(or directly onSupportFabButton). - Export
SupportFabButtonfrom the package barrel.
0.1.2 #
- Fix route matching so
/inhiddenRoutePathsonly hides the root route (nested paths no longer match viacontains). - Add
routeListenableso GoRouter apps rebuild on navigation without an externalListenableBuilder. - Nested hidden routes now use prefix matching (
/helphides/help/tickets).
0.1.1 #
- Add pub.dev screenshots for edge-snapping and drag-to-dismiss.
- Add package topics for discoverability.
0.1.0 #
- Initial release: draggable, sticky support FAB overlay with edge snapping, session dismiss zone, namespaced position persistence, and optional route-based visibility.
