- BREAKING: require flutter 3.27.0 or higher
- BREAKING: require dart 3.0.0 or higher
- BREAKING: rename autoFocus to autofocus to match
TextField's naming - potentially BREAKING: remove
delayTypeanddelayfields fromLanguageToolController - potentially BREAKING: hide baseService and debouncing/throttling from Debouncing and Throttling LanguageService wrappers
- potentially BREAKING: rename
DebounceLanguageToolServicetoDebounceLanguageCheckService - potentially BREAKING: rename
ThrottleLanguageToolServicetoThrottleLanguageCheckService - Allow overriding
languageCheckService - Add
isEnabledto toggle spell check - Add missing properties from flutter's
TextField- autofillHints
- autofocus
- buildCounter
- canRequestFocus
- clipBehavior
- contentInsertionConfiguration
- contextMenuBuilder
- cursorErrorColor
- cursorHeight
- cursorOpacityAnimates
- cursorRadius
- cursorWidth
- dragStartBehavior
- enabled
- enableIMEPersonalizedLearning
- enableInteractiveSelection
- enableSuggestions
- ignorePointers
- inputFormatters
- key
- magnifierConfiguration
- maxLength
- maxLengthEnforcement
- obscureText
- obscuringCharacter
- onTapAlwaysCalled
- onTapUpOutside
- restorationId
- scrollController
- scrollPadding
- scrollPhysics
- selectionControls
- selectionHeightStyle
- selectionWidthStyle
- showCursor
- smartDashesType
- smartQuotesType
- spellCheckConfiguration
- statesController
- strutStyle
- stylusHandwritingEnabled
- textAlignVertical
- textCapitalization
- undoController
- Fix changelog
- Moved implementation into the
srcdirectory - Updated dependencies
- Add some properties (cursorColor, onTextChange, focusNode, onTextSubmitted, ...) for TextField Credits: @dab246
- Replace deprecated MaterialStateMouseCursor
- Add textAlign and textDirection arguments to LanguageToolTextField constructor
- Enforce utf-8 decoding format for LanguageTool API responses.
Credits: @Semsem-programmer
Fixed a mistake found in the "Getting Started" section
Simpler and cleaner API. Documentation updates.
Update pub.dev image links.
Update pub.dev image links.
Initial release that provides basic suggestions.