kompkit_core 0.2.0-alpha.0
kompkit_core: ^0.2.0-alpha.0 copied to clipboard
Cross-platform utility functions for Flutter and Dart applications. Part of the KompKit ecosystem.
Changelog #
0.2.0-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