circle_cursor 0.0.4 copy "circle_cursor: ^0.0.4" to clipboard
circle_cursor: ^0.0.4 copied to clipboard

A Flutter package that replaces the default mouse cursor with a smooth and customizable circular pointer. It enhances UI interactions with an inner and outer pointer effect.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add circle_cursor

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  circle_cursor: ^0.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:circle_cursor/circle_cursor.dart';
5
likes
160
points
21
downloads

Publisher

verified publisherfusshn.in

Weekly Downloads

A Flutter package that replaces the default mouse cursor with a smooth and customizable circular pointer. It enhances UI interactions with an inner and outer pointer effect.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on circle_cursor