features_tour 0.2.0-dev.2
features_tour: ^0.2.0-dev.2 copied to clipboard
Features Tour is a package that enables you to easily create tours to introduce your widget features in your app with order.
0.2.0-dev.2 #
- Update
intro.webp.
0.2.0-dev.1 #
- Add
waitForFirstIndexandwaitForFirstTimeout - Add
acceptButtonStyle,laterButtonStyleanddismissButtonStyle. - Change button text type from
StringtoText. - Allow dismissing all tours
0.1.4 #
- [BREAKING CHANGE BUG] Not completely renamed from
yesButtonTextandnoButtonTexttoacceptButtonTextandcancelButtonTextin thePredialogConfig. - [BUG]
SkipButtonget a wrong text color fromNextButton.
0.1.3 #
- Add border to the Skip and Next button by default (with color of text color).
- Add
textStyleandbuttonStyleparameters toSkipConfigandNextConfigto modify the Next and Skip button style.
0.1.2 #
- Rename
doNotAskAgainTexttoapplyToAllPagesTextinPredialogConfigto make it easier to understand. Also changed fromDo not ask again this timetoApply to all pages. - Resize the predialog text and checkbox.
- Using sdk: ">=2.18.0 <4.0.0" and flutter: ">=3.3.0".
- Add
debugLogparameter tosetGlobalConfigto allow disabling the debug logs.
0.0.5+3 #
- Update dependencies.
- Improve pub score.
0.0.5+2 #
- Improve pub score.
0.0.5 #
- Add
waitForIndexandwaitForTimeoutto able to wait for a next specific index. The screen will be freesed when waiting for the next index. - The tours is now respect the
forceparameter correctly:null(default): only show when needed.true: force to show all the tours, including pre-dialogs.false: force to not show all the tours and pre-dialogs.
- Add example for the new parameters.
0.0.4 #
- Allow using your own pre-dialog by using
modifiedDialogResultparameter inPredialogConfig. - Slightly reduce the default pre-dialog content bottom padding.
- Update README.
0.0.3 #
onPressedis now can use asFuturemethod. The next widget of the tour will be only called when this Future is completed.- The tours now will sort the new added states (some states need time to appear).
- Add
isAnimateChildandborderSizeInflateto ChildConfig:isAnimateChildis allow it to be animated along with the border.borderSizeInflateis alow to set it to be bigger than the child widget. So the border widget is now bigger than the child widget 3 delta.
- Add
isCallOnPressedto ChildConfig to allow theonPressedmethod to be called when user presses the Skip button. - Avoid
onPressedis called multiple times when it needs time to be completed.
0.0.2 #
- Improves loading and update behavior.
0.0.1 #
- Initial release.