simple_overlay_kit 1.0.3
simple_overlay_kit: ^1.0.3 copied to clipboard
A unified Flutter overlay controller for OverlayEntry, OverlayRoute, and transition routes with configurable barriers.
1.0.3 #
- feat: support optional
onRemovedcallback inFloatingControllerto notify when the overlay is removed. Specifically for the floating overlay is removed, theonRemovedcallback will be called to notify the caller, allowing them to perform any necessary cleanup or state updates. This enhancement provides better control and feedback for managing the lifecycle of floating overlays in Flutter applications.
1.0.2 #
- break change: rename
FloatingController.customtoFloatingController.transitionto better reflect its purpose and usage. - break change: merge
FloatingController.routeandFloatingController.overlayinto a single factory constructor
1.0.1 #
- support optional transition builder for
FloatingController.overlayandRawOverlayConfigto enable custom transition animations for overlays.