blinking_shapes

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

blinking shapes

Blinking Shapes #
Easy way to create a blinking shapes for your Flutter project.
Installation #
Add this to your package's pubspec.yaml file:
dependencies:
blinking_shapes: ^latest
copied to clipboard
Usage #
Import the file.
import 'package:blinking_shapes/blinking_shapes.dart';
copied to clipboard
Calling the point:
BlinkingCircle(
xCoordination: 100.0, // The x coordinate of the point
yCoordination: 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:

Customer Reviews

There are no reviews.