circular_page_view 0.0.2 copy "circular_page_view: ^0.0.2" to clipboard
circular_page_view: ^0.0.2 copied to clipboard

A Flutter package for Android, iOS & Web which helps creating animated circular page views with customizable options.

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.2
  • 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,
),
13
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package for Android, iOS & Web which helps creating animated circular page views with customizable options.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on circular_page_view