t_helpers 0.0.34 t_helpers: ^0.0.34 copied to clipboard
A collection of helper functions to simplify common programming tasks in Dart.
0.0.34 #
- FEAT: update dependencies.
0.0.33 #
- FEAT: add formatNumberForClipboard helper.
0.0.32 #
- FEAT: change default maxAttempts.
0.0.31 #
- FEAT: add retry helper.
0.0.30 #
- FEAT: update dependencies.
0.0.29+1 #
- FIX: remove unused param.
0.0.29 #
- FEAT: update dependencies.
0.0.28+1 #
- FIX: avoid to parse an empty string.
0.0.28 #
- FEAT: added value helpers.
0.0.27+1 #
- FIX: math issue.
0.0.27 #
- FEAT: update dependencies.
0.0.26+1 #
- FIX: support PascalCase to camelCase.
0.0.26 #
- FEAT: add a silent option.
0.0.25 #
- FEAT: add isValidUrl.
0.0.24 #
- FEAT: add getRandomItem helper.
0.0.23+1 #
- FIX: formatCurrency support lowercase symbols.
0.0.23 #
- FEAT: minor improvements.
0.0.22 #
- FEAT: add noop helper.
0.0.21 #
- FEAT: add debugLog helper.
0.0.20 #
- FEAT: allow to hide the time when formatting a date.
0.0.19 #
- FEAT: refactor helpers.
0.0.18 #
- FIX: make toIos3166Code stronger.
- FEAT: rename toIos3166 to toIos3166Code.
0.0.17 #
- FEAT: add toIos3166 helper.
0.0.16 #
- FEAT: add toCamelCase and toTitleCase helpers.
0.0.15 #
- FEAT: add transformTo2DArray helper.
- FEAT: better defaults min and max fraction digits.
0.0.14 #
- FEAT: add date helpers.
0.0.13 #
- FIX: remove assertion for toDecimal.
- FEAT: add calculatePercentageDecrease helper.
0.0.12 #
- FEAT: add decimal helpers.
0.0.11 #
- FIX: formatPercentage.
- FEAT: minor improvements.
0.0.10 #
- FEAT: add more formatting helpers.
0.0.9+1 #
- FIX: missing implement of isLastOperandPercent.
0.0.9 #
- FEAT: minor improvements.
- FEAT: add isLastOperandPercent to simple operation.
- FEAT: evaluateExpression handles percentage operation for '+' or '-' operators.
- FEAT: add isStringPercentage.
0.0.8 #
- FEAT: update to dart 3 & flutter 3.10.0.
0.0.7+3 #
- FIX: minor fixes.
0.0.7+2 #
- FIX: replaceLastOperand should work when there are no operands.
0.0.7+1 #
- FIX: dependencies.
0.0.7 #
- FEAT: update dependencies.
0.0.6 #
- FEAT: minor improvements.
0.0.5 #
- FIX: bunch of fixes.
- FEAT: improvments.
- FEAT: add TSimpleOperation model.
0.0.4+1 #
- FIX: minor fixes.
0.0.4 #
- FEAT: parseSimpleOperation support more cases.
0.0.3 #
- FEAT: add colors helpers.
0.0.2 #
- FEAT: add parseSimpleOperation.
- FEAT: add isDoubleInteger helper.
- FEAT: add existing libraries.
0.0.1 #
- Initial release.