app_tutorial 1.0.6
app_tutorial: ^1.0.6 copied to clipboard
Package for creating onboarding flows for your app to explain the features of the app in a seamless ways to you users.
0.1.0 Create fork from tutorial package #
- First commit
0.2.0 New features #
- Add support for custom background colors and new shape
0.2.1 Update README.md #
0.2.2 pub.dev pt fixes #
0.2.3 Spelling errors and pub points #
0.3.0 Migrate to null safety #
0.3.1 Provide better documentation in the code #
0.3.2 Format project #
1.0.0 First release #
Includes breaking changes: TutorialItems -> TutorialItem
1.0.1 Updated base model #
Major change on the TutorialItem model. See the documentation
1.0.2 Updated example #
1.0.3 Updated default values #
1.0.4 Allow for more control #
This update permits users to have more control over the onboarding flow
- Use the
Tutorial.skipAll()
method to skip the tutorial - Replaced
children
property withchild
, which allows for full control over the content - Added the
radius
property, which will be used to set a custom radius for theShapeFocus.oval
shape