easy_localization
easy_localization copied to clipboard
change name of generated class LocaleKeys
Hi, thanks for this great library. There is a way to change the generated name of LocaleKeys when using
flutter pub run easy_localization:generate --source-dir 'assets/l10n' --output-dir 'lib/gen' --output-file 'translations.g.dart' --format keys
I know I can specify the output file but there is a way to change the class name? maybe based on the output file?
Hi @ffgiraldez not yet
Hi @aissat, thanks for the package!
Is it going to be implemented? It would be nice to generate a shorter class name like "Lck" as its going to be used a lot.
any progress or are you open PR to this feature from community?