sk_onboarding_screen 1.0.1 sk_onboarding_screen: ^1.0.1 copied to clipboard
A library that walks a user through multiple on-boarding screens in a simple and easy way
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sk_onboarding_screen
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sk_onboarding_screen: ^1.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sk_onboarding_screen/sk_onboarding_screen.dart';