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

A widget similar to PageView that makes the transition between pages by fading out the current one and fading in the next one

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fadingpageview

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

dependencies:
  fadingpageview: ^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:fadingpageview/fadingpageview.dart';
5
likes
150
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

A widget similar to PageView that makes the transition between pages by fading out the current one and fading in the next one

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on fadingpageview