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
Is there any command to auto encrypt all strings in dart files?
for example:
flutter pub run stringcare:obfuscate
search and encrypt all strings in project folder
The text was updated successfully, but these errors were encountered:
No, stringcare:obfuscate only works over the assets and lang (base) folders.
stringcare:obfuscate
assets
lang
But it could be interesting to detect and extract all strings of a project in a lang file.
Sorry, something went wrong.
No branches or pull requests
Hi
Is there any command to auto encrypt all strings in dart files?
for example:
flutter pub run stringcare:obfuscate
search and encrypt all strings in project folder
The text was updated successfully, but these errors were encountered: