native_syntax_controller 1.3.0
native_syntax_controller: ^1.3.0 copied to clipboard
A high-performance syntax highlighting controller using Flutter's native text rendering (TextSpan). No overlays, no sync issues, just a pure TextEditingController extension.
1.3.0 #
- Added new built-in functions: UPPER, LOWER, TRIM, LEN, IN, NOW, DATE_DIFF, DATE_ADD, IS_EMPTY, COALESCE
- Added direct access to additional built-in functions: upper, lower, trim, len, in_, now_, dateDiff, dateAdd, isEmpty_, coalesce
1.2.0 #
- Added new built-in functions: CONTAINS, LENGTH, ABS, SQRT, MIN, MAX
- Added direct access to additional built-in functions: stringContains, length, abs_, sqrt_, min_, max_
- Enhanced formula evaluation with string and mathematical operations
1.1.0 #
- Added support for custom functions in formula evaluation via the
customFunctionsparameter inevaluateFormula. - Added direct access to built-in functions:
if_,sin_,cos_,pi_,average,sum,arrayAny,arrayAll.
1.0.0 #
- Initial release: A high-performance syntax highlighting controller using Flutter's native text rendering (TextSpan). No overlays, no sync issues, just a pure TextEditingController extension.