onboarding_view 0.0.2 copy "onboarding_view: ^0.0.2" to clipboard
onboarding_view: ^0.0.2 copied to clipboard

Minimalistic Onboarding pages for your Flutter applications. It will reduce your development time by 50%.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add onboarding_view

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

dependencies:
  onboarding_view: ^0.0.2

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:onboarding_view/onboarding_view.dart';
3
likes
160
points
2
downloads

Publisher

verified publishertorchingale.com

Weekly Downloads

Minimalistic Onboarding pages for your Flutter applications. It will reduce your development time by 50%.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on onboarding_view