Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

43 lines (23 loc) · 1.09 KB

[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 with child, which allows for full control over the content
  • Added the radius property, which will be used to set a custom radius for the ShapeFocus.oval shape

[1.0.5] - Updated docs

[1.0.6] - added a onTutorialComplete callback which will called after the tutorial ends.