overlay_tutorial 2.0.1 copy "overlay_tutorial: ^2.0.1" to clipboard
overlay_tutorial: ^2.0.1 copied to clipboard

outdated

A Flutter package for displaying overlay tutorial by cutting a hole on widget. It allows also to add hint aside the hole.

[2.0.1] - 4/5/2021 #

  • Patch #15.
    • Fix overlay is not rendering properly in web.

[2.0.0] - 22/3/2021 #

  • Complete enhancement#10.

    Breaking API Changes #

    1. OverlayTutorial is removed. Use OverlayTutorialScope instead.
    2. OverlayTutorialScope does not take all the OverlayTutorialEntry, pass these in new widget, OverlayTutorialHole.
    3. OverlayTutorialHole handles the OverlayTutorialEntry. Wrap OverlayTutorialHole with your widget that intends to make hole. Thus, you no longer need to provide any GlobalKey.
    4. OverlayTutorialEntry no longer takes widgetKey as argument.
    5. OverlayTutorialController is removed. Use the property in OverlayTutorialScope & OverlayTutorialHole to control the visibility of the overlay tutorial.

[1.0.0] - 10/3/2021 #

  • Support dart null-safety.

[0.2.1] - 7/9/2020 #

  • Allow package to be used on flutter 1.17.5

[0.2.0] - 5/9/2020 #

  • Fix Overlay Entry delay in production.

[0.1.2] - 1/9/2020 #

  • Hotfix - Overlay not showing on first time

[0.1.1] - 1/9/2020 #

  • Remove print statement
  • Make shapeBuilder required in OverlayTutorialCustomShapeEntry
  • Improve documentation.

[0.1.0] - 29/8/2020 #

  • Improve performance by preventing canvas from drawing continuously.

[0.0.8] - 28/8/2020 #

  • Bugfix & Improve documentation

[0.0.7] - 28/8/2020 #

  • Breaking API Changes: OverlayTutorialEntry is now an abstract class, use OverlayTutorialRectEntry instead.
  • Introduce OverlayTutorialCircleEntry & OverlayTutorialCustomShapeEntry for drawing other shape.
  • Change use of addPersistentFrameCallback to addTimingsCallback as the former will cause Flutter Inspector Select Widget mode to be malfunction.

[0.0.6] - 27/8/2020 #

  • Remove print statement

[0.0.5] - 27/8/2020 #

  • Show overlayTutorialEntries & overlayChildren only after showOverlayTutorial is called.

[0.0.4] - 27/8/2020 #

  • Handle SafeArea

[0.0.3] - 26/8/2020 #

  • Add Description to pubspec.yaml

[0.0.2] - 26/8/2020 #

  • Fix README image

[0.0.1] - 26/8/2020 #

  • Initial release
  • Add OverlayTutorial widget
63
likes
0
pub points
84%
popularity

Publisher

verified publisherestrelio.com

A Flutter package for displaying overlay tutorial by cutting a hole on widget. It allows also to add hint aside the hole.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, collection, flutter

More

Packages that depend on overlay_tutorial