page_view_360 1.0.0 copy "page_view_360: ^1.0.0" to clipboard
page_view_360: ^1.0.0 copied to clipboard

A flutter package to utilize PageView.builder(). This package allow to implement a quad directional Pageview. User are allow to scroll/slide pages in 4 direction.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add page_view_360

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

dependencies:
  page_view_360: ^1.0.0

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_view_360/page_view_360.dart';
8
likes
140
pub points
0%
popularity

Publisher

unverified uploader

A flutter package to utilize PageView.builder(). This package allow to implement a quad directional Pageview. User are allow to scroll/slide pages in 4 direction.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on page_view_360