best_localization 0.0.2
best_localization: ^0.0.2 copied to clipboard
A Flutter localization package with dynamic translations and Kurdish support.
Changelog #
All notable changes to this project will be documented in this file.
0.0.1 - 2024-12-25 #
Added #
- Initial release of
best_localizationpackage. - Support for dynamic translations using Dart maps.
- Interpolation for dynamic placeholders (e.g.,
Hello, {name}!). - Pluralization for managing singular and plural text forms.
- Kurdish (
ku) localization for Material and Cupertino widgets. - Seamless integration with Flutter's localization system via
BestLocalizationDelegate. - Example implementations for both Material and Cupertino apps.
- Comprehensive date and number formatting for Kurdish using
intl.
Fixed #
- N/A (First release)
Changed #
- N/A (First release)