闪烁的点
轻松为您的 Flutter 项目创建闪烁点的便捷方法。

安装
将此添加到您的 package 的 pubspec.yaml 文件中
dependencies:
blinking_point: ^1.0.0+2
用法
导入文件。
import 'package:blinking_point/blinking_point.dart';
调用点
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
);