overlord 0.4.2
overlord: ^0.4.2 copied to clipboard
An assortment of widgets that loom over your content.
0.4.0 #
July 10, 2025 #
This release is the same as 0.0.4 - we're pushing up the version number to
opt-in to 0. semver Pub upgrade rules. This will hopefully avoid unexpected
dependency upgrades for our users in the future.
0.0.4 #
July 9, 2025 #
- Upgraded
follow_the_leadertov0.0.5which changed theFollowerBoundaryandFollowerAlignerAPIs. - Started using
flutter_test_goldensfor golden tests.
0.0.3+2 #
April, 2023 #
Better match for iOS popover and toolbar.
- Popover and toolbar can extend content into the popover's arrow region.
- Arrow icons replaced with chevrons.
- Adjusted some colors.
0.0.3+1 #
Jan, 2023 #
Toolbar elevation, follow_the_leader update.
- CupertinoPopoverToolbar and CupertinoPopoverMenu support elevation with shadows.
- Upgraded
follow_the_leaderto v0.0.4+2 to get updated Follower scaling support.
0.0.3 #
Jan, 2023 #
Fidelity and nullability.
LeaderMenuFocalPointnow follows the globalLeaderoffset, instead of the localLeaderoffset.LeaderMenuFocalPointnow accounts forLeaderscale when reporting focal point offset.CupertinoPopoverMenudoesn't blow up when the focal point offset is null.
0.0.2+1 #
Jan, 2023 #
CupertinoPopoverMenu hit-test fix.
CupertinoPopoverMenuwas hit-testing its paging buttons even when they were invisible.