protory 0.0.7
protory: ^0.0.7 copied to clipboard
Flutter package that helps with prototyping.
0.0.7 May 31, 2018. #
- Changed AnchoredOverlay to report its anchor's bounds in addition to the anchor's center.
0.0.6 May 11, 2018. #
- 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.
0.0.5 March 22, 2018. #
- Bug fixes for AnimationPlayer.
0.0.4 March 22, 2018. #
- Updated AnimationPlayer to work with user input and other outside signals while still manually controlling an animation.
- Removed the print() statements from AnimationPlayer.
0.0.3 March 19, 2018. #
- Added AnimationPlayer under fluttery:animations.
0.0.2 March 4, 2018. #
- Added RadialDragGestureDetector under fluttery:gestures.
0.0.1 March 4, 2018. #
- Initial release: Includes RandomColor and RandomColorBlock.