flutter_intro 3.4.0
flutter_intro: ^3.4.0 copied to clipboard
A better way for new feature introduction and step-by-step users guide for your Flutter project.
3.3.0 #
- Deprecated buttonTextBuilder, added buttonBuilder to allow for more customization by returning an IntroButtonConfig.
3.2.3 #
- A new
resetparameter is added to thestartmethod to support restarting a round. - Code optimization.
3.2.2 #
- Bugfix
3.2.0 #
- Introduce the feature of grouping, where the
IntroStepBuilderincludes agroupfield. Enhance theIntro.of(context).startmethod to accept thegroupparameter for displaying the corresponding group.
3.1.2 #
- Fix the issue where images in the readme are not displaying on pub.dev.
3.1.0 #
- Adapted to Flutter 3.19.1.
- Introduce
ValueNotifier<IntroStatus> statusNotifierto better adapt toPopScope.
3.0.4 #
- Updated demo sample code, use
PopScopeto replace the deprecatedWillPopScope.
3.0.3 #
- Migrate to
3.13.0. - The minimum supported Flutter version is
3.3.0.
3.0.2 #
- Migrate to
3.0.0.
3.0.1 #
- Change
Intro.of(context)?.start()toIntro.of(context).start().
3.0.0 #
- Completely rewritten, please refer to example for usage.
2.3.1 #
- Throw a friendly error when something goes wrong.
2.3.0 #
- Add
useAdvancedThemeinStepWidgetBuilder, you can customize the component style at will.
2.2.1 #
- Rename
onHighlightWidgetOnTaptoonHighlightWidgetTap.
2.2.0 #
- Breaking update: move
maskClosabletoIntro. - Add
onHighlightWidgetOnTapinIntro. - Add
currentStepIndexinIntroStatus. - Fix the bug that when
maskClosableis true, clicking on the highlighted widget will also trigger the event, Now only click on the blank area of the mask will trigger the event.
2.1.1 #
- Fix bug.
2.1.0 #
- Add
getStatusmethod to get current status, it's very useful in some cases. - Remove the
currentStepIndexproperty exposed by the intro instance, it's useless and has bugs.
2.0.2 #
- Fix bug.
2.0.1 #
- Fix bug.
2.0.0 #
- Migrating to null safety.
- Replace deprecated components.
1.1.0 #
- Add
maskClosableproperty indefaultThemeto set click on whether the mask is allowed to be closed.
1.0.0 #
- Breaking update: remove
btnLabelandshowStepLabel. - Add
maskColorto set mask color of step page.
0.8.0 #
- Add
noAnimationproperty to disable animation.
0.7.0 #
- Refactor the
useDefaultThememethod, deprecatedbtnLabelandshowStepLabel, and usebuttonTextBuilderinstead.
0.6.0 #
- Expose
currentStepIndexon intro instance. - Fix bug.
0.5.1 #
- Fix bug.
0.5.0 #
- Add
disposemethod to destroy the guide page.
0.4.1 #
- Fix style issues that may occur in some cases.
0.4.0 #
- Fix the problem that the prompt text will exceed the screen boundary.
- Added
setStepConfigandsetStepsConfigmethods to set step settings.
0.3.4 #
- Improve Readme & API.
0.3.3 #
- Improve Readme.
0.3.2 #
- Migration code repositories address.
0.3.1 #
- Fix readme.
0.3.0 #
- Homepage change.
0.2.0 #
- Breaking update:
StepWidgetParamsrefactor. - Improved documentation.
0.1.0 #
- Breaking update: The calling method has been changed, and now uses a more concise way.
0.0.4 #
- Added padding property.
0.0.3 #
- Optimize animation effects.
0.0.2 #
- Add Readme.
0.0.1 #
- First version.