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

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
120
pub points
66%
popularity

Publisher

unverified uploader

A new Flutter package about simple page view indicator.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on simple_page_indicator