Skip to content

Latest commit

 

History

History
130 lines (89 loc) · 4.65 KB

CHANGELOG.md

File metadata and controls

130 lines (89 loc) · 4.65 KB

1.2.9

  • set ignoringSemantics false in skip button. Reolve #156
  • adds ImageFilter. Now is possible apply blur in the shadow. #151
  • Adds option to show the tutorial without context. showWithNavigatorStateKey and showWithOverlayState

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 in TargetFocus;
  • Adds NotFoundTargeException;
  • Fix issue #103

1.2.5

  • Fixed target global position when using rootOverlay and inner navigator #142. Thanks Guillaume
  • Adds flutter_lints
  • Update README

1.2.4

  • BREAKING CHANGE: moved context of the TutorialCoachMark to show method. tutorialCoachMark.show(context:context);
  • Resolve issue #125

1.2.3

  • Fix warn build in Flutter 3.0.
  • Collect target tap position. PR #116

1.2.2

  • Add unfocus animation duration. PR #111
  • Update Build gradle, kotlin, fix manifest. PR #110

1.2.1

  • Add BorderSide param in TargetFocus. PR #96
  • Added right property for custom alignment. PR #101

1.2.0

  • Add pulseEnable param in TutorialCoachMark to enable/disable pulse animation. PR #88
  • Add padding param in TargetContent to customize target padding. PR #84
  • Add optional param rootOverlay in TutorialCoachMark.show(). Suggestion date in issue 93
  • The methods onClickTarget and onClickOverlay now they can be asynchronous and the next target will only be called after processing something added to it.

1.1.1

1.1.0

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 the TargetContent with child or builder.

1.0.1

  • Merged PR 72

1.0.0

  • Migrate to Null-Safety
  • Merged PR 55
  • Merged PR 57

0.6.0+1

  • update README

0.6.0

  • Improvements in the project structure
  • BREAKING CHANGE: rename onClickSkip to onSkip
  • BREAKING CHANGE: rename CustomTargetPosition to CustomTargetContentPosition
  • BREAKING CHANGE: rename AlignContent to ContentAlign
  • BREAKING CHANGE: rename ContentTarget to TargetContent

0.5.3

0.5.2

  • add focusAnimationDuration and pulseAnimationDuration to settings animations duration.
  • add paddingFocus and alignSkip in TargetFocus. Now you can configure Skip alignment and focus padding individually.

0.5.1

  • Fix issue #34

0.5.0

  • Add enableOverlayTab and enableTargetTab in TargetFocus;
  • Add nextand previous in TutorialCoachMark;

0.4.0

  • Add radius and Color in TargetFocus;
  • Add custom align in ContentTarget;
  • Click to progress only in target;
  • BREAKING CHANGE: rename finish to onFinish
  • BREAKING CHANGE: rename clickSkip to onClickSkip
  • BREAKING CHANGE: rename clickTarget to onClickTarget

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