t_helpers 0.0.25 copy "t_helpers: ^0.0.25" to clipboard
t_helpers: ^0.0.25 copied to clipboard

A collection of helper functions to simplify common programming tasks in Dart.

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.
0
likes
0
pub points
2%
popularity

Publisher

unverified uploader

A collection of helper functions to simplify common programming tasks in Dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

decimal, flutter, intl, rational, tmodel, tsub

More

Packages that depend on t_helpers