cupertino_onboarding 1.3.0 copy "cupertino_onboarding: ^1.3.0" to clipboard
cupertino_onboarding: ^1.3.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
copied to clipboard

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

dependencies:
  cupertino_onboarding: ^1.3.0
copied to clipboard

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';
copied to clipboard
169
likes
150
points
978
downloads
screenshot

Publisher

verified publisherivirtex.dev

Weekly Downloads

2024.09.18 - 2025.04.02

Flutter package that provides an iOS-style onboarding experience.

Repository (GitHub)

Topics

#onboarding #ios #native

Documentation

API reference

License

MIT (license)

Dependencies

dots_indicator, flutter

More

Packages that depend on cupertino_onboarding