-
-
Notifications
You must be signed in to change notification settings - Fork 366
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently EasyLocalization.assetLoader is dynamic.
It defaults to RootBundleAssetLoader that extends a local AssetLoader class.
easy_localization_loader has its own abstract AssetLoader, and its loaders extend it.
The following change will improve type safety:
- Limit
EasyLocalization.assetLoaderto the localAssetLoaderclass. - Remove
AssetLoaderduplicate fromeasy_localization_loader. - In
easy_localization_loader, depend oneasy_localizationand make all loaders extend itsAssetLoader.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request