animated_page_view_scrolling

Last updated:

0 purchases

animated_page_view_scrolling Image
animated_page_view_scrolling Images
Add to Cart

Description:

animated page view scrolling

animated_page_view #
animated_page_view_scrolling Beauty PageView Scrolling Package For Flutter.

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,
)
copied to clipboard
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',
),
];

copied to clipboard
See also #

github repo

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.