id_card_formatter 0.0.31
id_card_formatter: ^0.0.31 copied to clipboard
A Dart utility package for formatting Tanzanian IDs such as NIDA, voter ID, and national card numbers, with optional currency formatting support.
Changelog #
0.0.31 Update Changelog #
- Refactored Tanzanian ID formatting logic for better accuracy and maintainability.
0.0.30 Add Generic Formatter #
- Introduced
genericIdFormat: formats a string using a user-defined pattern like"XXX-XXX-XXX". - Added DartDoc comments to improve documentation coverage and API readability.
0.0.25 Compatibility Update #
- Updated to support Dart SDK
>=2.17.0 <4.0.0and Flutter SDK>=2.0.0. - Ensured full null safety compatibility.
0.0.24 Dart 3 Support #
- Official support for Dart
3.0.0.
0.0.23 Maintenance & Breaking Changes #
- General code cleanup and minor optimizations.
- Breaking Changes: Please review updated formatting methods.
0.0.22 Maintenance #
- Routine cleanup and stability updates.
0.0.21 README Improvements #
- Improved documentation for better clarity and usage examples.
0.0.2 Remove intl Dependency #
- Removed dependency on the
intlpackage to reduce size and simplify the package.
0.0.1 Initial Release #
- First release of the package.
- Added support for formatting NIDA, Voter, and NCard IDs.
- Included basic currency formatting for
doublevalues.