localizer library

A plugin to localize your dart project. It is purely written in Dart and supports loading json and yaml files.

More dartdocs go here.

Classes

Localizer
Localizer allows you to manage your application's localizations. Add new localizations using the load methods. Get locales using the getLocales method. Get translations directly with the get method.
LocalizerLocale