overlord 0.0.2+1 copy "overlord: ^0.0.2+1" to clipboard
overlord: ^0.0.2+1 copied to clipboard

An assortment of widgets that loom over your content.

0.0.2+1 #

CupertinoPopoverMenu hit-test fix

  • CupertinoPopoverMenu was hit-testing its paging buttons even when they were invisible.

0.0.2 #

Easier menu arrow orientation:

  • Replaced globalFocalPoint in CupertinoPopoverToolbar and CupertinoPopoverMenu with focalPoint of type MenuFocalPoint, which looks up the Offset on demand.
  • Added LeaderMenuFocalPoint, which gets its focal point offset from a Leader widget.

0.0.1 #

Initial Release:

  • CupertinoPopoverToolbar - an iOS-style popover toolbar with configurable buttons
  • CupertinoPopoverMenu - an iOS-style popover menu
  • FollowerAligners are available to integrate Cupertino popovers with follow_the_leader for easy positioning