ShowCaseView
Flutter plugin that allows you to showcase your features on iOS and Android.
Installing
- Add dependency to
pubspec.yaml
Get the latest version in the 'Installing' tab on pub.dev
- Import the package
- Adding a
ShowCaseWidget
widget.
- Adding a
Showcase
widget.
Some more optional parameters
- Using a
Showcase.withWidget
widget.
- 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.