apoapps_onboarding_screen 1.0.4 copy "apoapps_onboarding_screen: ^1.0.4" to clipboard
apoapps_onboarding_screen: ^1.0.4 copied to clipboard

Add an onboarding screen to your app, this is a fork of SKOnBoardingScreen by senthilece01 (That doesn't work in nullsafety and newer flutter versions))

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add apoapps_onboarding_screen

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  apoapps_onboarding_screen: ^1.0.4

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:apoapps_onboarding_screen/flutter_onboarding.dart';
import 'package:apoapps_onboarding_screen/sk_onboarding_model.dart';
import 'package:apoapps_onboarding_screen/sk_onboarding_screen.dart';
0
likes
145
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

Add an onboarding screen to your app, this is a fork of SKOnBoardingScreen by senthilece01 (That doesn't work in nullsafety and newer flutter versions))

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on apoapps_onboarding_screen