- Change moment where call
_controller.forward()
occurs. That prevents theunFocusAnimationDuration
is always called; - Update
onSkip
inREADME
- Fix issue 192
- Fix issue 165
- 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.
- set
ignoringSemantics
false inskip
button. Reolve #156 - adds
ImageFilter
. Now is possible apply blur in the shadow. #151 - Adds option to show the tutorial without context.
showWithNavigatorStateKey
andshowWithOverlayState
- Adds Method 'insert' cannot be called on 'OverlayState?' because it is potentially null. Called using ?. instead.
- Adds
showSkipInLastTarget
. - Catch
NotFoundTargetException
to prevent the app being left in unusable state
- Improvements in
AnimatedFocusLight
; - Adds again
unFocusAnimationDuration
inTargetFocus
; - Adds
NotFoundTargeException
; - Fix issue #103
- Fixed target global position when using rootOverlay and inner navigator #142. Thanks Guillaume
- Adds
flutter_lints
- Update
README
- BREAKING CHANGE: moved
context
of the TutorialCoachMark toshow
method.tutorialCoachMark.show(context:context);
- Resolve issue #125
- Fix warn build in Flutter 3.0.
- Collect target tap position. PR #116
- 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