kompkit_core 0.4.0-alpha.0 copy "kompkit_core: ^0.4.0-alpha.0" to clipboard
kompkit_core: ^0.4.0-alpha.0 copied to clipboard

Cross-platform utility functions for Flutter and Dart applications. Part of the KompKit ecosystem.

Changelog #

0.4.0-alpha.0 #

  • clamp — Constrain a number within an inclusive [min, max] range
  • throttle — Limit a function to execute at most once per wait period (Throttled<T> with cancel())
  • formatCurrency default currency changed from EUR to USD
  • Documentation updated across all guides

0.3.1-alpha.0 #

  • Initial alpha release of kompkit_core for Flutter/Dart
  • debounce — Delay function execution with cancellation (debounce<T>, debounceVoid)
  • isEmail — Email validation using RegExp
  • formatCurrency — Localized currency formatting via intl package
  • Cross-platform API parity with Web (TypeScript) and Android (Kotlin)
  • Full test coverage
  • Dart 3.0+ with null safety
1
likes
150
points
308
downloads

Publisher

unverified uploader

Weekly Downloads

Cross-platform utility functions for Flutter and Dart applications. Part of the KompKit ecosystem.

Repository (GitHub)
View/report issues

Topics

#utilities #validation #debounce #currency #cross-platform

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on kompkit_core