cupertino_onboarding 1.2.0 copy "cupertino_onboarding: ^1.2.0" to clipboard
cupertino_onboarding: ^1.2.0 copied to clipboard

Flutter package that provides an iOS-style onboarding experience.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cupertino_onboarding

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

dependencies:
  cupertino_onboarding: ^1.2.0

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:cupertino_onboarding/cupertino_onboarding.dart';
116
likes
130
pub points
87%
popularity
screenshot

Publisher

verified publisherivirtex.dev

Flutter package that provides an iOS-style onboarding experience.

Repository (GitHub)
View/report issues

Topics

#onboarding #ios #native

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dots_indicator, flutter

More

Packages that depend on cupertino_onboarding