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

outdated

Create a blinking point for navigating purpose.

Blinking point #

Easy way to create a blinking point for your project.

Demo #

Installation #

For now just download blinking_point.dart and circle.dart to your /lib. I will try to add it to the flutter library as soon as I could.

Usage #

Import the file.

import 'package:your_directory/blinking_point.dart';

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
);
9
likes
0
pub points
62%
popularity

Publisher

unverified uploader

Create a blinking point for navigating purpose.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cupertino_icons, flutter

More

Packages that depend on blinking_point