jumping_dot 0.0.3 copy "jumping_dot: ^0.0.3" to clipboard
jumping_dot: ^0.0.3 copied to clipboard

outdated

Jumping Dot (null safety)

jumping_dot #

Jumping Dot Indicator (null safety)

jumping dot

Usage Jumping Dot #

To use this plugin, add jumping_dot as a dependency in your pubspec.yaml file

Example usage :

class Example extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return Scaffold(
      body: Center(
        child: JumpingDots(
          color: Colors.yellow,
          radius: 10,
          numberOfDots: 3,
        ),
      ),
    );
  }
}

Getting Started flutter #

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.