smart_textfield 1.1.0 smart_textfield: ^1.1.0 copied to clipboard
TextField that can extract relevant information from the raw text input.
1.1.0 #
- Remove dependency from
TextFormField
and take it as a parameter viatextFormFieldBuilder
property. #1
1.0.5 #
- Move out from mono repo to a dedicated repository.
1.0.4 #
- Introduce
plainText
inSmartTextFieldController
to get the plain text without tokens.
1.0.3 #
- Update README.md to include
SmartTextFieldOverlay
widget. - Handle fallback for
suggestionBuilder
property.
1.0.2 #
- Add methods to let client update the
tokenizers
1.0.1 #
- Remove value type from
Tokenable
to followavoid_implementing_value_types
lint rule.
1.0.0 #
- Add
suggestionBuilder
property to customize suggestion list UI. - Add priority to handle date and time.
0.0.7 #
- Fix range issue by sorting tokenizers before highlighting.
0.0.6 #
- Refactor example code.
0.0.5 #
- Update demo asset URL in README.md
0.0.4 #
- Update README.md and attach video demo.
- Get
lints_y
from git dependencies.
0.0.3 #
- Simplified Example
- Update README.md
- Expose
highlightedTokens
as a public property
0.0.2 #
Update repository URL in pubspec.yaml
0.0.1 #
Initial release