flutter_desktop_cursor 0.0.1 copy "flutter_desktop_cursor: ^0.0.1" to clipboard
flutter_desktop_cursor: ^0.0.1 copied to clipboard

PlatformmacOS

flutter desktop cursors for macOS

support resize cursors for macOS. #

  • resizeUpLeftDownRight
  • resizeUpRightDownLeft
  • resizeUpLeft
  • resizeUpRight
  • resizeDownLeft
  • resizeDownRight

samples #

    MouseRegion(
        cursor: FlutterDesktopCursors.resizeUpLeft,
        child: Container(
            width: 100,
            height: 100,
            child: const Center(child: Text('resizeUpLeft')),
        ),
    )
1
likes
120
pub points
51%
popularity

Publisher

verified publisherxiangyang.li

flutter desktop cursors for macOS

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_desktop_cursor