tutorial_coach_mark 1.2.12 tutorial_coach_mark: ^1.2.12 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.2.12 #
- Change moment where call
_controller.forward()
occurs. That prevents theunFocusAnimationDuration
is always called; - Update
onSkip
inREADME
- Fix issue 192
1.2.10 #
- now
onSkip
return 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
initialFocus
inTutorialCoachMark
to select witch focus you want init. - Adds method
goTo(index)
inTutorialCoachMark
to 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
NotFoundTargetException
to prevent the app being left in unusable state
1.2.6 #
- Improvements in
AnimatedFocusLight
; - Adds again
unFocusAnimationDuration
inTargetFocus
; - Adds
NotFoundTargeException
; - Fix issue #103
1.2.5 #
1.2.4 #
- BREAKING CHANGE: moved
context
of the TutorialCoachMark toshow
method.tutorialCoachMark.show(context:context);
- Resolve issue #125
1.2.1 #
1.2.0 #
- Add
pulseEnable
param inTutorialCoachMark
to enable/disable pulse animation. PR #88 - Add
padding
param inTargetContent
to customize target padding. PR #84 - Add optional param
rootOverlay
inTutorialCoachMark.show()
. Suggestion date in issue 93 - The methods
onClickTarget
andonClickOverlay
now 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 theTargetContent
withchild
orbuilder
.
0.6.0+1 #
- update README
0.6.0 #
- Improvements in the project structure
- BREAKING CHANGE: rename
onClickSkip
toonSkip
- BREAKING CHANGE: rename
CustomTargetPosition
toCustomTargetContentPosition
- BREAKING CHANGE: rename
AlignContent
toContentAlign
- BREAKING CHANGE: rename
ContentTarget
toTargetContent
0.5.2 #
- add
focusAnimationDuration
andpulseAnimationDuration
to settings animations duration. - add
paddingFocus
andalignSkip
inTargetFocus
. Now you can configure Skip alignment and focus padding individually.
0.5.1 #
- Fix issue #34
0.5.0 #
- Add
enableOverlayTab
andenableTargetTab
in TargetFocus; - Add
next
andprevious
in TutorialCoachMark;
0.4.0 #
- Add
radius
andColor
in TargetFocus; - Add custom align in
ContentTarget
; - Click to progress only in target;
- BREAKING CHANGE: rename
finish
toonFinish
- BREAKING CHANGE: rename
clickSkip
toonClickSkip
- BREAKING CHANGE: rename
clickTarget
toonClickTarget
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