- 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.
- Fiz error issue 82
- Add web support! PR #79 Thanks Will Reppun
- Fix blink when start tutorial with shape
ShapeLightFocus.RRec
- Adds builder(BuildContext context, TutorialCoachMarkController controller) in
TargetContent
. Now you can create a widget of theTargetContent
withchild
orbuilder
.
- Merged PR 72
- update README
- 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
- add
focusAnimationDuration
andpulseAnimationDuration
to settings animations duration. - add
paddingFocus
andalignSkip
inTargetFocus
. Now you can configure Skip alignment and focus padding individually.
- Fix issue #34
- Add
enableOverlayTab
andenableTargetTab
in TargetFocus; - Add
next
andprevious
in TutorialCoachMark;
- 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
- Fix Issue #14
- Fix Issue #11
- Fix Issue #18
- Accepts contributions from grandpa-guru and Vanethos
- Fix Issue #4
- add LightBulb RRect
- Add change opacity shadow
- First version