flutter_slides 0.2.0
flutter_slides: ^0.2.0 copied to clipboard
Flutter Package to create presentations in Flutter for desktop.
0.0.1 04-12-2019 #
- Initial release with the basic package.
0.0.2 04-12-2019 #
- Auto-format to improve package health.
- Downgrade Dart version to
2.5.0.
0.0.3 04-12-2019 #
- Change SlideProvider to use
inheritFromWidgetOfExactTypeas it is not deprecated yet on stable channel.
0.0.4 04-12-2019 #
- Fix typos.
0.0.5 07-12-2019 #
- Add Windows support.
- Remove SlideSwipeBehavior, allowing both behaviors simultaneously.
- Add
SlideKeysto map next and previous keys for each platform.
0.0.6 08-12-2019 #
- Expose
titleFontSizeonSlideBase. - Add condition to allow a slide without body when
bodyFlex = 0is passed on the slide's constructor.
0.0.7 08-12-2019 #
- Change return type of
titleinSlideBaseto allow users to create any kind of widget. - Expose
SlideTitleto keep accessible the old title widget.
0.0.8 08-12-2019 #
- Create
SlideTransitionTypeto set the transition for each slide.
0.0.9 18-12-2019 #
- Add WEB support (thanks to @marceloneppel).
0.0.10 03-03-2020 #
- Change
Navigator.isInitialRoutetowindow.defaultRouteNamedue to the removal of the property on the new Navigator 2.0.
0.1.0 07-03-2020 #
- Bump dart to
2.6.0. - Fix deprecated
inheritFromWidgetOfExactType. - Fix typo on
SlideTransitionRoutefile name.
0.1.1 09-03-2020 #
- Fix deprecated
TextThemeon example app. - Expose
currentSlideIndexto build slide counter.
0.2.0 09-03-2020 #
- [BREAKING] Make
currentSlideIndexavailable onbackgroundmethod ofSlideBasealongside withslidesCount, so users can build a counter.