fluttery_dart2 0.0.9 fluttery_dart2: ^0.0.9 copied to clipboard
Flutter package that helps with prototyping. (but you know for dart 2... will not be useful once dude updates his package...)
[0.0.9] - Oct 2, 2018. #
- Removed timer in favor of addPostFrameCallback as used in other overrides.
[0.0.8] - Oct 2, 2018. #
- FORKED FROM ORIGINAL SINCE IT HASN'T BEEN UPDATED TO FUNCTION WITH MODERN FLUTTER.
- Moved to Dart 2.
- Fixed quite a few race issues with building using the overlay helpers.
[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.