simple_page_indicator 1.0.0 copy "simple_page_indicator: ^1.0.0" to clipboard
simple_page_indicator: ^1.0.0 copied to clipboard

outdated

A new Flutter package about simple page view indicator.

simple_page_indicator #

pub package

A new Flutter package about simple page view indicator.

Getting Started #

Add this to your package's pubspec.yaml file:


dependencies:
  simple_page_indicator: last version

How to use? #

add this code

import 'package:simple_page_indicator/simple_page_indicator.dart';

        SimplePageIndicator(
              itemCount: [your item count],
              controller: [your page controller],
              maxSize: 6,
              minSize: 3,
              indicatorColor: Colors.red,
              space: 14,
            ),
3
likes
0
pub points
67%
popularity

Publisher

unverified uploader

A new Flutter package about simple page view indicator.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on simple_page_indicator