page_slider 0.0.2 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
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
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';