Skip to content

mayurnile/circular_page_view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circular Page View

A new Flutter package for Android, iOS & Web which helps in creating animated circular carousel with configurable settings.

Preview

Usage

  • Import the package
dependencies:
  circular_page_view: ^0.0.1
  • Import in the file
import 'package:circular_page_view/circular_page_view.dart';
  • Use of the Widget
CircularPageView(
  itemCount: 8,
  controller: _pageController,
  items: List.generate(8, (index) => _buildPage(index)),
  onPageChanged: (value) => setState(() => _currentPage = value),
  innerRadius: 0.8,
  offset: 150,
),

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published