easy_localization_yaml 0.1.0 copy "easy_localization_yaml: ^0.1.0" to clipboard
easy_localization_yaml: ^0.1.0 copied to clipboard

YAML loader for easy_localization package.

0.1.0 #

Initial release.

Changes over easy_localization_loader:

  • BREAKING: Locale-specific files use the standard underscore separator (en_US) instead of easy_localization_loader's non-standard dash (en-US).
  • BREAKING: Added the required directory parameter, ignoring EasyLocalization.path. This is to support loading multiple asset files with easy_localization_multi package. Use this to merge localizations for multiple Flutter packages.
  • Added package argument to support loading assets from packages and not only the app's root.
  • YamlAssetLoader extends the AssetLoader from easy_localization.