Skip to content

Commit

Permalink
Release 0.1.1 + remove deprecated MaterialStateMouseCursor
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-romanenko committed Sep 18, 2024
1 parent c518eda commit 455af75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.1
- Add some properties (cursorColor, onTextChange, focusNode, onTextSubmitted, ...) for TextField
Credits: @dab246
- Replace deprecated MaterialStateMouseCursor

## 0.1.0

- Moved implementation into the `src` directory
Expand Down
2 changes: 1 addition & 1 deletion lib/src/core/controllers/language_tool_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class LanguageToolController extends TextEditingController {
mistake.offset,
min(mistake.endOffset, text.length),
),
mouseCursor: MaterialStateMouseCursor.textable,
mouseCursor: WidgetStateMouseCursor.textable,
style: style?.copyWith(
backgroundColor: mistakeColor.withOpacity(
highlightStyle.backgroundOpacity,
Expand Down

0 comments on commit 455af75

Please sign in to comment.