presentation 0.0.9+1
presentation: ^0.0.9+1 copied to clipboard
Set of tools providing presentation capabilities (tansitions, animation, navigation,...) to a Flutter application
0.0.9+1 #
Passing style to Markdown editor.
0.0.9 #
Adding simple Markdown editor.
0.0.8 #
Removing dependency on flutter_localizations
0.0.7 #
- Added
AppFrame- Displays Application Frame - all animations in Flutter Animations Cheat Sheet are using it - usage can be found here - Added
Editor- widget that displays code in format resambling IntelliJ - after pressing show code in Flutter Animations Cheat Sheet, the code is displayed using that widget - usage can be found here
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-AnimatedBuilderwith animation exposed for connivanceAnimatedParallaxImage- used to create infinite parallax animation in the backgroundAnimationMode- similar toTickerModebut 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