simple_localization library

Classes

SimpleLocalizations
Class to implement localizations in your packages and applications simply.
SimpleLocalizationsDelegate<T extends SimpleLocalizations>
Delegate used if internationalization needs to be customized, it is often used in package internationalizations, when the developer needs to modify the default messages, for that you need to extend the location of your package, and return to custom locations in the customLocalization method.