guide_it 0.0.4 guide_it: ^0.0.4 copied to clipboard
Create guides and showcase the features of your app in an easy ad customizable way
Create guides and interactive tutorials for your Flutter applications #
Usage #
The package uses GlobalKey
to find the widget to highlight and dynamically create a tutorial overlay.
It is possible to define multiple sequential guide items to be highlighted.
Check out the example project in order to understand how to integrate this package in your app.