native_mouse_cursor 1.0.2 copy "native_mouse_cursor: ^1.0.2" to clipboard
native_mouse_cursor: ^1.0.2 copied to clipboard

Turn any image, SVG, or painted glyph into a real OS mouse cursor on Flutter desktop, web & Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_mouse_cursor

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

dependencies:
  native_mouse_cursor: ^1.0.2

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:native_mouse_cursor/native_mouse_cursor.dart';
0
likes
160
points
175
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Turn any image, SVG, or painted glyph into a real OS mouse cursor on Flutter desktop, web & Android.

Repository (GitHub)
View/report issues

Topics

#cursor #mouse #pointer #ui #desktop

License

MIT (license)

Dependencies

flutter, flutter_svg, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on native_mouse_cursor

Packages that implement native_mouse_cursor