ShowCaseView
Flutter plugin that allows you to showcase your features on iOS and Android.
Installing
- Add dependency to
pubspec.yamlGet the latest version in the 'Installing' tab on pub.dev
- Import the package
- Adding a
ShowCaseWidgetwidget.
- Adding a
Showcasewidget.
Some more optional parameters
- Using a
Showcase.withWidgetwidget.
- Starting the
ShowCase
If you want to start the
ShowCaseView as soon as your UI built up then use below code.How to use
Check out the example app in the example directory or the 'Example' tab on pub.dartlang.org for a more complete example.

