i18n_omatic library

The i18n_omatic library makes translations easier in Flutter apps. It is associated to a provided command line tool to search for translatable strings in the source code and builds translation tables.

See the i18n_omatic package documentation and provided example.

Classes

I18nOMatic
Manages the automatic translation of strings in Flutter apps.
I18nOMaticData
Manages the data structure for translation operations.
I18nOMaticIO
Manages IO operations for storage of translations tables.

Extensions

I18nOMaticExt on String
Extension to make translatable strings easily readable in source code.