snapclip_pageview 0.0.1 snapclip_pageview: ^0.0.1 copied to clipboard
Awesome PageView that provides flexible and customizable Widget for Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add snapclip_pageview
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
snapclip_pageview: ^0.0.1
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:snapclip_pageview/snapclip_pageview.dart';