custom_mouse_cursor 1.1.3
custom_mouse_cursor: ^1.1.3 copied to clipboard
Custom mouse cursors for Flutter which are devicePixelRatio aware.
Changelog for custom_mouse_cursor package #
1.1.3 #
- Update chalkdart version for pubspec.yaml
- Style clean up
if(_Logger.logging)
checks to use open/close blocksif(_Logger.logging){}
- Update mouse_tracker_test_utils.dart to new flutter api
- Updated example to MaterialSymbolsIcons
Symbols
class instead of deprecated MaterialSymbolsSharp
1.1.2 #
- Update README.md
1.1.1 #
- Fix generateUniqueKey() to use DateTime.now().microsecond as random seed instead of millisecond and keep the Random() generator around so the reuse it and the seed time being the same will never be an issue.
1.1.0 #
- Fix exactAsset dpr 1->2 bug
1.0.3 #
- Fix onMetricsChange() callback to chain to previous set callback.
- Cleanup logging and enable const setting to eliminate entirely.
- Made imageBuffer non-nullable and always present in cache.
1.0.2 #
- Clean up readme and example.
1.0.0 #
- Initial release