Skip to content

Commit 455af75

Browse files
Release 0.1.1 + remove deprecated MaterialStateMouseCursor
1 parent c518eda commit 455af75

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.1
2+
- Add some properties (cursorColor, onTextChange, focusNode, onTextSubmitted, ...) for TextField
3+
Credits: @dab246
4+
- Replace deprecated MaterialStateMouseCursor
5+
16
## 0.1.0
27

38
- Moved implementation into the `src` directory

lib/src/core/controllers/language_tool_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class LanguageToolController extends TextEditingController {
233233
mistake.offset,
234234
min(mistake.endOffset, text.length),
235235
),
236-
mouseCursor: MaterialStateMouseCursor.textable,
236+
mouseCursor: WidgetStateMouseCursor.textable,
237237
style: style?.copyWith(
238238
backgroundColor: mistakeColor.withOpacity(
239239
highlightStyle.backgroundOpacity,

0 commit comments

Comments
 (0)