showcaseview 1.1.7 showcaseview: ^1.1.7 copied to clipboard
A Flutter package to Showcase/Highlight widgets step by step.
[1.1.7] - July 11, 2022 #
[1.1.6] - June 23, 2022 #
- Fixed #62 - While using ShowCase widget, not scrolling to respective widget when it's not visible.
- Fixed #131 - Support of other gestures onTargetLongPress and onTargetDoubleTap
- Fixed #140 - disableAnimation at ShowcaseWidget level
- Fixed #71 - Highlight Not working when widget is not visible on screen
- Add flutter 3.0 support.
[1.1.5] - March 4, 2022 #
- Fixed #173 - showArrow not working
- Fixed #150 - Add condition for determine state is active
- Fixed #121 - SlideTransition widget in tooltip_widget.dart is constantly rebuildung even after the showcasing is supposed to have stopped
- Fixed #152 - Calculation of tooltip position
- Fixed #182 - Not providing blurValue causes Exception: Please provide ShowCaseView context
- Fixed #162 - Add feature to move back
- Fixed #181 - Add feature to go to previous item
[1.1.4] - November 26, 2021 #
[1.1.2] - October 12, 2021 #
[1.1.1] - July 24, 2021 #
- Fixed #92 - Showcase in ReorderableListView show at incorrect position
- License update from BSD 2-Clause "Simplified" to MIT
[1.1.0] - June 28, 2021 #
[1.0.0] - March 07, 2021 #
[0.1.6] - August 21, 2020 #
- Feature #63 method callback after individual showcase start and end
- Fix #57 Position of the Showcase.withWidget is different on iPhone 11
- Feature #49 Add autoplay tooltip on showcase view plugin.
[0.1.5] - January 09, 2020 #
- Refactor usage of deprecated methods
- Add support for
disableAnimation
option.
[0.1.4] - Added onFinish method #
[0.1.3] - Added feature #
Updated syntax to pass new context to ShowCaseWidget Added onTargetTap callback feature #10.
[0.1.2] - Fixed issue #
[0.1.1] - Fixed maintenance issues. #
[0.1.0] - Initial release on 22nd Augest, 2019. #
- First release.