simple_overlay_kit 1.0.2
simple_overlay_kit: ^1.0.2 copied to clipboard
A unified Flutter overlay controller for OverlayEntry, OverlayRoute, and transition routes with configurable barriers.
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.