showcaseview 5.0.0
showcaseview: ^5.0.0 copied to clipboard
A Flutter package to Showcase/Highlight widgets step by step.
5.0.0 #
- Feature #500 -
Added
onDismiss
callback inShowCaseWidget
which will trigger wheneveronDismiss
method is called. - Fixed #503 - Cursor not changing to click mode when it is hovering over the clickable widgets provided by this package.
- Fixed #506 - Timer
was not canceling when tapped on
TooltipActionButton
which may cause issue whenautoPlay
is ON. - Improvement #511 - Improved Tooltip widget.
- Feature #54 - Added Feasibility to position tooltip left and right to the target widget.
- Feature #113 - Added multiple showcase feature.
- Improvement #514 - Improved showcase widget and showcase with widget, Removed inherited widget, keys and setStates, Added controller to manage showcase.
- CHORE #514 - Bumped dart minimum sdk to 2.19.6.
- Fixed #515 - Added
missing assertions for
Showcase.withWidget()
. - Feature #518 - created a showcaseView and overlay manager classes to handle showcaseView widget functionality independently.
- Feature #518 -
Deprecated
ShowCaseWidget
widget and addedShowcaseView
class to handle showcase widget functionality independently without context. - Format #528 - Formatted project structure.
- Fixed #526 - Fixed screen edge assertions.
- Feature #521 - Added
toolTipMargin
support forShowcase.withWidget
. - Feature #520 - Added
targetTooltipGap
to manage space between tooltip and target widget. - Improvement #530 - Upgraded minimum dart sdk version to 3.0.0 and utilised Dart 3 features accordingly.
- Deprecate #531 -
Update deprecated
ShowCaseWidget
removal version. - Improvement #505 -
Fixed example app to run in flutter version
v3.32.5
. - Feature #538 - Add autoPlayDelay to Showcase widget.
- Breaking #541 -
Removed height and width from
Showcase.withWidget
constructor, as it is not required anymore. - Improvement #555
Expose
onFinish
callback via ShowCaseView.get. - Fixed #564 - Apply textScaler to tooltip widgets.
- Improvement #570 - Enable tooltip actions to be placed horizontally inside the tooltip.
4.0.0 #
- [BREAKING] Fixed #457 - titleAlignment property does not work
- Feature #466 - Added Action widget for tooltip
- Feature #475 - Add
feasibility to change margin of tooltip with
toolTipMargin
. - Feature #478 - Added
feasibility to change auto scroll widget alignment
scrollAlignment
. - Feature #386 - Added
enableAutoScroll
toshowcase
. - Fixed #489 - Fixed
mounter issue inside the
_scrollIntoView
function - Feature #395 - Added
globalFloatingActionWidget
andhideFloatingActionWidgetForShowcase
for global static fixed widget - Fixed #486 - Improved AnchoredOverlayKey key initialization
- Fixed #464 - StateError Bad state: RenderBox was not laid out: RenderTransform
3.0.0 #
- [BREAKING] Fixed #434 removed deprecated text style after Flutter 3.22 follow migration guide
- Updated minimum support to dart sdk 2.18.0
- Fixed #449 - Null check operator used on a null value
- [BREAKING] Improvement #400 - remove Builder widget
- Fixed #435 - Extra padding when add targetShapeBorder
2.1.1 #
2.1.0 #
- Feature #420 - Dart SDK Upgrade
- Fixed #419 - Suppress Text Scale Factor Warning
- Improvement #413 - Improved
Showcase
class - Fixed #369 - Fixed ToolTip Slide Transition
- Fixed #388 - Can't scroll horizontal list with showcase
- Fixed #366 - Null check operator used on a null value
- Fixed #389 - Ignore extra
_nextIfAny
function operations - Fixed #409 - Fixed target hit area.
- Improvement #370 - Improved
GetPosition
class. - Feature #387 - Provided barrier click disable functionality for a particular showcase.
- Fixed #383 - Targeted widget focusing issue when we applying size constraint on root widget(MaterialApp).
2.0.3 #
2.0.2 #
2.0.1 #
- Feature #306 - Added support of manual vertical tooltip position.
- Fixed #318 - Add support for enable/disable showcase globally.
- Fixed #316 - Add title and description padding
- Fixed #330 - Overlay not showing in flutter 3.7.0
- Fixed #288 - Take in account view insets (such as keyboard)
- Fixed #334 - Move code line to resolve no context issue
- Add PR title validation workflow
2.0.0+1 #
- Fixed #237 - Feature added to enable/disable default gesture of ShowcaseView child using
disableDefaultTargetGestures
parameter - Fixed #206 - getLeft and getRight return wrong result when in middle with a little offset
- Fixed issue of duplicate key found in example.
- Fixed #253 - Add TextAlign attribute for title and description
pull_request_template.md.
file updated with proper documentCONTRIBUTING.md
file updated with proper document- Fixed #268 - Added smooth scale transition when tooltip appear on the screen
- Updated parameter name of
ShowCaseWidget
andShowcase
class
1.1.8 #
- Fixed #237 - Feature added to enable/disable overlay click using
disableBarrierInteraction
parameters - ToolTip BorderRadius setting support
1.1.7 #
1.1.6 #
- 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 #
- Fixed #173 - showArrow not working
- Fixed #150 - Add condition for determine state is active
- Fixed #121 - SlideTransition widget in tooltip_widget.dart is constantly rebuilding 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 #
1.1.2 #
1.1.1 #
- Fixed #92 - Showcase in ReorderableListView show at incorrect position
- License update from BSD 2-Clause "Simplified" to MIT
1.1.0 #
1.0.0 #
0.1.6 #
- 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 #
- Refactor usage of deprecated methods
- Add support for
disableAnimation
option.
0.1.3 #
- Feature #10 - Updated syntax to pass new context to ShowCaseWidget Added onTargetTap callback feature.
0.1.1 #
- Fixed maintenance issues.
0.1.0 #
- Initial release on 22nd August, 2019.