onboarding_slider 0.0.2 copy "onboarding_slider: ^0.0.2" to clipboard
onboarding_slider: ^0.0.2 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 onboarding_slider

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

dependencies:
  onboarding_slider: ^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_slider/flutter_onboarding.dart';
import 'package:onboarding_slider/onboarding_slider_model.dart';
import 'package:onboarding_slider/onboarding_slider_screen.dart';
3
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A library that walks a user through multiple on-boarding screens in a simple and easy way

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_svg

More

Packages that depend on onboarding_slider