We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Hi @ffgiraldez not yet
Sorry, something went wrong.
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?
No branches or pull requests
Hi, thanks for this great library.
There is a way to change the generated name of LocaleKeys when using
I know I can specify the output file but there is a way to change the class name? maybe based on the output file?
The text was updated successfully, but these errors were encountered: