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

outdated

A new Flutter package to create animated circular carousel.

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
```pubspec.yaml
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,
),
13
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package to create animated circular carousel.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on circular_page_view