- 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.
- 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 theTargetContentwithchildorbuilder.
- Merged PR 72
- update README
- Improvements in the project structure
- BREAKING CHANGE: rename
onClickSkiptoonSkip - BREAKING CHANGE: rename
CustomTargetPositiontoCustomTargetContentPosition - BREAKING CHANGE: rename
AlignContenttoContentAlign - BREAKING CHANGE: rename
ContentTargettoTargetContent
- add
focusAnimationDurationandpulseAnimationDurationto settings animations duration. - add
paddingFocusandalignSkipinTargetFocus. Now you can configure Skip alignment and focus padding individually.
- Fix issue #34
- Add
enableOverlayTabandenableTargetTabin TargetFocus; - Add
nextandpreviousin TutorialCoachMark;
- 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
- 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