nes_ui_desktop_cursor 0.2.0
nes_ui_desktop_cursor: ^0.2.0 copied to clipboard
A flutter package that allows Nes UI Icon's to be used a mouse cursor on desktop
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nes_ui_desktop_cursorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nes_ui_desktop_cursor: ^0.2.0Alternatively, 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:nes_ui_desktop_cursor/nes_ui_desktop_cursor.dart';