File tree Expand file tree Collapse file tree 1 file changed +50
-1
lines changed
Expand file tree Collapse file tree 1 file changed +50
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.0
2+
3+ - BREAKING: rename autoFocus to autofocus to match ` TextField ` 's naming
4+ - Add missing properties from flutter's ` TextField `
5+ - autofillHints
6+ - autofocus
7+ - buildCounter
8+ - canRequestFocus
9+ - clipBehavior
10+ - contentInsertionConfiguration
11+ - contextMenuBuilder
12+ - cursorErrorColor
13+ - cursorHeight
14+ - cursorOpacityAnimates
15+ - cursorRadius
16+ - cursorWidth
17+ - dragStartBehavior
18+ - enabled
19+ - enableIMEPersonalizedLearning
20+ - enableInteractiveSelection
21+ - enableSuggestions
22+ - ignorePointers
23+ - inputFormatters
24+ - key
25+ - magnifierConfiguration
26+ - maxLength
27+ - maxLengthEnforcement
28+ - obscureText
29+ - obscuringCharacter
30+ - onTapAlwaysCalled
31+ - onTapUpOutside
32+ - restorationId
33+ - scrollController
34+ - scrollPadding
35+ - scrollPhysics
36+ - selectionControls
37+ - selectionHeightStyle
38+ - selectionWidthStyle
39+ - showCursor
40+ - smartDashesType
41+ - smartQuotesType
42+ - spellCheckConfiguration
43+ - statesController
44+ - strutStyle
45+ - stylusHandwritingEnabled
46+ - textAlignVertical
47+ - textCapitalization
48+ - undoController
49+
150## 0.1.1
251
352- Fix changelog
1362## 0.0.6
1463
1564- Add textAlign and textDirection arguments to LanguageToolTextField constructor
16- - Enforce utf-8 decoding format for LanguageTool API responses.
65+ - Enforce utf-8 decoding format for LanguageTool API responses.
1766
1867Credits: @Semsem-programmer
1968
You can’t perform that action at this time.
0 commit comments