- Changed AnchoredOverlay to report its anchor's bounds in addition to the anchor's center.
- Added CenterAbout Widget to center a child at a given Offset position.
- Added OverlayBuilder Widget that uses a provided WidgetBuilder to construct and display an overlay.
- Added AnchoredOverlay Widget that uses a provided builder to construct an overlay directly above another Widget.
- Bug fixes for AnimationPlayer.
- Updated AnimationPlayer to work with user input and other outside signals while still manually controlling an animation.
- Removed the print() statements from AnimationPlayer.
- Added AnimationPlayer under fluttery:animations.
- Added RadialDragGestureDetector under fluttery:gestures.
- Initial release: Includes RandomColor and RandomColorBlock.