tutorial_coach_mark 1.3.3
tutorial_coach_mark: ^1.3.3 copied to clipboard
Guide that helps you to present your app and its features in a beautiful, simple and customizable way. Tutorial | Guide | Coach.
1.3.3 #
- Fix: Custom skipWidget not triggering tutorial skip action #222
- Inline documentation, enable rebuilding on screen resize #226
1.3.2 #
- Adds before focus function so that something can be run before focusing on the next target
1.3.1 #
- Adds animationBehavior: AnimationBehavior.preserve. #224
- Adds
disableBackButtondefault false.
1.3.0 #
- Hidden view, allowing you to block backspace while in the tutorial #213 by AngelMinga
1.2.12 #
- Change moment where call
_controller.forward()occurs. That prevents theunFocusAnimationDurationis always called; - Update
onSkipinREADME - Fix issue 192
1.2.10 #
- now
onSkipreturn a bool. if onSkip return false, the overlay will not be dismissed and callnext. #89 - Able to set to use or not SafeArea widget. Thanks devmasteripatas.
- Adds
initialFocusinTutorialCoachMarkto select witch focus you want init. - Adds method
goTo(index)inTutorialCoachMarkto navigate to focus you want.
1.2.9 #
1.2.8 #
- Adds Method 'insert' cannot be called on 'OverlayState?' because it is potentially null. Called using ?. instead.
1.2.7 #
- Adds
showSkipInLastTarget. - Catch
NotFoundTargetExceptionto prevent the app being left in unusable state
1.2.6 #
- Improvements in
AnimatedFocusLight; - Adds again
unFocusAnimationDurationinTargetFocus; - Adds
NotFoundTargeException; - Fix issue #103
1.2.5 #
1.2.4 #
- BREAKING CHANGE: moved
contextof the TutorialCoachMark toshowmethod.tutorialCoachMark.show(context:context); - Resolve issue #125
1.2.1 #
1.2.0 #
- Add
pulseEnableparam inTutorialCoachMarkto enable/disable pulse animation. PR #88 - Add
paddingparam inTargetContentto customize target padding. PR #84 - Add optional param
rootOverlayinTutorialCoachMark.show(). Suggestion date in issue 93 - The methods
onClickTargetandonClickOverlaynow they can be asynchronous and the next target will only be called after processing something added to it.
1.1.0 #
- Add web support! PR #79 Thanks Will Reppun
1.0.3 #
- Fix blink when start tutorial with shape
ShapeLightFocus.RRec
1.0.2 #
- Adds builder(BuildContext context, TutorialCoachMarkController controller) in
TargetContent. Now you can create a widget of theTargetContentwithchildorbuilder.
0.6.0+1 #
- update README
0.6.0 #
- Improvements in the project structure
- BREAKING CHANGE: rename
onClickSkiptoonSkip - BREAKING CHANGE: rename
CustomTargetPositiontoCustomTargetContentPosition - BREAKING CHANGE: rename
AlignContenttoContentAlign - BREAKING CHANGE: rename
ContentTargettoTargetContent
0.5.2 #
- add
focusAnimationDurationandpulseAnimationDurationto settings animations duration. - add
paddingFocusandalignSkipinTargetFocus. Now you can configure Skip alignment and focus padding individually.
0.5.1 #
- Fix issue #34
0.5.0 #
- Add
enableOverlayTabandenableTargetTabin TargetFocus; - Add
nextandpreviousin TutorialCoachMark;
0.4.0 #
- Add
radiusandColorin TargetFocus; - Add custom align in
ContentTarget; - Click to progress only in target;
- BREAKING CHANGE: rename
finishtoonFinish - BREAKING CHANGE: rename
clickSkiptoonClickSkip - BREAKING CHANGE: rename
clickTargettoonClickTarget
0.3.0 #
- Fix Issue #14
- Fix Issue #11
- Fix Issue #18
- Accepts contributions from grandpa-guru and Vanethos
0.2.0 #
- Fix Issue #4
- add LightBulb RRect
0.1.0 #
- Add change opacity shadow
0.0.1 #
- First version