blinking_point 1.0.0+6 copy "blinking_point: ^1.0.0+6" to clipboard
blinking_point: ^1.0.0+6 copied to clipboard

A Flutter plugin that make it easy for you to create a blinking point in your project.

Blinking point #

Easy way to create a blinking point for your Flutter project.

Installation #

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

dependencies:
  blinking_point: ^1.0.0+6
copied to clipboard

Usage #

Import the file.

import 'package:blinking_point/blinking_point.dart';
copied to clipboard

Calling the point:

new BlinkingPoint(
    xCoor: 100.0, // The x coordinate of the point
    yCoor: 500.0, // The y coordinate of the point
    pointColor: Colors.red, // The color of the point
    pointSize: 10.0, // The size of the point
);
copied to clipboard

Demo #

Demo

9
likes
40
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.13 - 2025.03.28

A Flutter plugin that make it easy for you to create a blinking point in your project.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on blinking_point