format_amount_service 2.0.4 copy "format_amount_service: ^2.0.4" to clipboard
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 #

Added #

  • Added author field to pubspec.yaml
  • Improved package metadata

Changed #

  • Updated version to 2.0.3

2.0.1 - 2024-12-19 #

Added #

  • Added author information to package

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 separators
  • getCurrentAmount() - Extract numeric amounts from formatted strings
  • formatIBAN() - Format IBAN numbers with proper spacing
  • Memory-efficient singleton pattern
  • Automatic currency conversion handling
5
likes
160
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter library for formatting amounts and IBAN numbers with a clean, efficient singleton design pattern.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on format_amount_service