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
TextFormFieldand take it as a parameter viatextFormFieldBuilderproperty. #1
1.0.5 #
- Move out from mono repo to a dedicated repository.
1.0.4 #
- Introduce
plainTextinSmartTextFieldControllerto get the plain text without tokens.
1.0.3 #
- Update README.md to include
SmartTextFieldOverlaywidget. - Handle fallback for
suggestionBuilderproperty.
1.0.2 #
- Add methods to let client update the
tokenizers
1.0.1 #
- Remove value type from
Tokenableto followavoid_implementing_value_typeslint rule.
1.0.0 #
- Add
suggestionBuilderproperty 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_yfrom git dependencies.
0.0.3 #
- Simplified Example
- Update README.md
- Expose
highlightedTokensas a public property
0.0.2 #
Update repository URL in pubspec.yaml
0.0.1 #
Initial release