blinking_point

Creator: coderz1093

Last updated:

0 purchases

blinking_point Image
blinking_point Images

Languages

Categories

Add to Cart

Description:

blinking point

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 #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.