presentation 2.0.1
presentation: ^2.0.1 copied to clipboard
Set of tools providing presentation capabilities (tansitions, animation, navigation,...) to a Flutter application
2.0.1 #
Fixing nullability issue
2.0.0 #
Upgrading to flutter 3.7.10
1.0.0 #
BREAKING CHANGES Migrating to null safety
1.0.0-nullsafety.0 #
Migrating to null safety
0.0.11 #
Allowing code size change
0.0.10+3 #
Fixing keyboard navigation on Windows
0.0.10+2 #
Updating to Flutter 1.19.0-4.1.
0.0.10+1 #
Adding style to Markdown.
0.0.10 #
Updating flutter version and other cleanup.
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