- BREAKING: Updated
FileAssetLoader
to usegetLocalePath
, which dynamically constructs locale-specific file paths. Previous usage requiring direct file paths must adapt to the new format. - Added
FileSingleAssetLoader
class for handling single translation files. - Improved logging for better debugging.
- Update connectivity_plus package to ^6.0.3
- Update easy_localization package to ^3.0.7
- Extend delimiters for csv loader
- BREAKING: The local
AssetLoader
class deleted, now using the one from easy_localization itself. - BREAKING: Depends on connectivity_plus ^4.0.0 and http ^1.0.0.
- Const constructors in:
FileAssetLoader
HttpAssetLoader
JsonAssetLoader
TestsAssetLoader
XmlAssetLoader
YamlAssetLoader
- Fixed deprecations
- Initial release.