Skip to content

hakanbakacak/flutter-custom-page-slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Page Slider

Simple Page Slider for Flutter applications.

Getting Started

This project is a starting point for a Flutter application. To use this widget, fistly import CustomPageSlider.dart to your dart file and than add CustomSlider with container list parameter.
for example:

Container(
        color: Color(0xff07599D),
        child: Align(
              alignment: Alignment.bottomCenter,
              child: Padding(
                padding: const EdgeInsets.symmetric(vertical: 20.0),
                child: CustomSlider(pages: pageList),
              )),
      )  

Screenshot

About

Simple page slider for flutter apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published