presentation 0.0.6
presentation: ^0.0.6 copied to clipboard
Set of tools providing presentation capabilities (tansitions, animation, navigation,...) to a Flutter application
[0.0.6] #
- Added
enableMouseNavigation
- enables/disables navigation between slides with single and double tap - Fixed keyboard navigation on Windows in Flutter 1.10.2 and newer
[0.0.4] #
Adding new widgets:
WrappedAnimatedBuilder
-AnimatedBuilder
with animation exposed for connivanceAnimatedParallaxImage
- used to create infinite parallax animation in the backgroundAnimationMode
- similar toTickerMode
but renders first frame of widgetRevealEffect
- reveals it child with an animation effect
[0.0.3] #
- Supporting key up and down for presentation navigation
[0.0.2] #
- Modularising library
[0.0.1] #
- Initial release - still alpha