kompkit_core 0.4.0-alpha.0
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>withcancel()) - formatCurrency default currency changed from
EURtoUSD - Documentation updated across all guides
0.3.1-alpha.0 #
- Initial alpha release of
kompkit_corefor Flutter/Dart - debounce — Delay function execution with cancellation (
debounce<T>,debounceVoid) - isEmail — Email validation using RegExp
- formatCurrency — Localized currency formatting via
intlpackage - Cross-platform API parity with Web (TypeScript) and Android (Kotlin)
- Full test coverage
- Dart 3.0+ with null safety