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

A simple Flutter widget that slides through pages horizontally. For wizards or onboarding flows similar to the Material Stepper widget, but without a particular UI - any widget can be a page to slide through.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add page_slider
copied to clipboard

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

dependencies:
  page_slider: ^0.0.2
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:page_slider/page_slider.dart';
copied to clipboard
36
likes
30
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.14 - 2025.03.29

A simple Flutter widget that slides through pages horizontally. For wizards or onboarding flows similar to the Material Stepper widget, but without a particular UI - any widget can be a page to slide through.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on page_slider