animated_page_view_scrolling 0.0.3 copy "animated_page_view_scrolling: ^0.0.3" to clipboard
animated_page_view_scrolling: ^0.0.3 copied to clipboard

= Beauty PageView Package For Flutter

animated_page_view #

animated_page_view_scrolling Beauty PageView Scrolling Package For Flutter.

Screen-Recording-1402-01-17-at-01 22 54

Getting started #

To use this package, add animated_page_view_scrolling as a dependency in your pubspec.yaml file.

Usage #

example:

    AnimatedPageViewScrolling(
        myModel: modelValue1,
        heightMainPageView: 400,
        heightItem: 320,
        viewportFraction: 0.80,
      )

create assets folder in your root project and create into assets folder images folder and put your images in this folder. add in pubspec.yaml assets/images.

assets/images in root folder and in pubspec.yaml

just put name of image to the model

Custom model:


class MyModel1 {
  String? image;

  MyModel1({this.image});
}

var modelValue1 = [
  MyModel1(
    image: 'mainp1.png',
  ),
  MyModel1(
    image: 'mainp2.png',
  ),
  MyModel1(
    image: 'mainp3.png',
  ),
];

See also #

8
likes
130
pub points
48%
popularity

Publisher

unverified uploader

= Beauty PageView Package For Flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on animated_page_view_scrolling