Introduction Screen

You can use an introduction screen to explain your software, for example, at the launcher. This widget has a nice design and is quite adaptable.


Simply add the introduction_screen to your pubspec.yaml file as a dependency.

introduction_screen: ^3.0.2

url: https://pub.dev/packages/introduction_screen

Only the title, body, an image, and page decoration are defined in this (you can define any widget) package.

Note: Use SharedPreferences (or something similar) to save status if you just want to show IntroductionScreen once (e.g. at the start of your application) (already display or not). This package has no responsibility for this.


Example Code:

Sign In or Register to comment.