overlay_builder 1.1.0 overlay_builder: ^1.1.0 copied to clipboard
Overlay Builder is used to build overlays using declarative programming
1.1.0 #
-
Added OverlayType to be used with OverlayBuilder. When the type is fullscreen then will render the overlay widget to overlays its screen, else if it is positioned then will render the overlay widget to overlays its child.
-
Deprecated OverlayWidget and OverlayFullscreen. Use OverlayBuilder instead.
1.0.0 #
- Added Readme.MD.
0.4.0 #
- Added DartDocs to OverlayAlignment.
0.3.1 #
- Fixed an issue showing the overlay when it shouldn't appear when changing some properties.
0.3.0 #
-
Added DartDocs.
-
Added Description.
0.2.0 #
-
Added more optimization for some properties to rebuild the overlay when necessary.
-
Fixed the OverlayFullscreen when rebuilding the overlayChild the overlay must be updated.
0.1.0 #
-
Added Data layer.
-
Fixed the OverlayWidget when rebuilding the properties: alignment, verticalSpacing and horizontalSpacing.
0.0.1 #
- Initial Version.