format_amount_service 2.0.4
format_amount_service: ^2.0.4 copied to clipboard
A Flutter library for formatting amounts and IBAN numbers with a clean, efficient singleton design pattern.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.4 - 2024-12-19 #
Added #
- Added comprehensive CHANGELOG.md
- Added detailed example files (example.dart and example_usage.dart)
- Added library-level documentation
- Added documentation for FormatAmountService.instance getter
- Added example configuration in pubspec.yaml
Changed #
- Improved API documentation coverage to 100%
- Enhanced package structure and examples
2.0.3 - 2024-12-19 #
2.0.0 - 2024-12-19 #
Added #
- Initial release of format_amount_service
- Amount formatting functionality with thousands separators
- IBAN formatting with proper spacing
- Currency conversion from halalah to riyals
- Singleton design pattern implementation
- Full null safety support
- Comprehensive documentation and examples
Features #
formatAmount()- Format amounts with thousands separatorsgetCurrentAmount()- Extract numeric amounts from formatted stringsformatIBAN()- Format IBAN numbers with proper spacing- Memory-efficient singleton pattern
- Automatic currency conversion handling