digia_expr 0.0.14
digia_expr: ^0.0.14 copied to clipboard
This library contains expressions that are used in digia_ui
0.0.13 - 2024-11-05 #
- Changes to support State Containers in digia_ui.
0.0.12 - 2024-08-04 #
- Version bumps to make it work it with latest flutter version + digia_ui
0.0.11 - 2024-07-12 #
- Added support for common operations on an Iterable
- contains
- elementAt
- firstElement
- lastElement
- skip
- take
- reversed
- Added support for some more match functions:
- modulo
- ceil
- floor
- abs
- strLength is now length. length(...) works for String, List & Map
- Added 'isEmpty' function. It mimicks js lodash's isEmpty function.
0.0.10 - 2024-07-03 #
- Added support for many logical operations
0.0.9 - 2024-07-02 #
- Added support QS Encode
0.0.8 - 2024-06-25 #
- String Length
0.0.7 - 2024-06-04 #
- Bug Fix (Env scope chain)
0.0.6 - 2024-06-04 #
- Added support for toInt
0.0.5 - 2024-05-31 #
- Added support for toInt
0.0.4 - 2024-05-31 #
- Bug Fix.
0.0.3 - 2024-05-30 #
- Added support for numberFormat & isoFormat.
0.0.2 #
- Added new expressions.
0.0.1 - 2024-05-23 #
first release!