-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
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
New flutter project fails with error #183
Comments
I was able to sort of get around this be going into the package cache for this library and adding this to the build.gradle: namespace "dev.dint.cryptography_flutter" That eliminated the error. There are TONS of depreciation warnings though from this library. |
Also need to remove |
…the android package for cryptography_flutter
Same warning here +1 |
Steps:
flutter doctor - all green
flutter create test
cd test
flutter build app_bundle (successful)
flutter pub add cryptography_flutter
flutter build app_bundle
error:
There's nothing in the documentation that would indicate steps required to make this work with some changes. But I tried updating to gradle 8.7 in gradle-wrapper.properties and it still errors.
Also there is no such thing as android tools 8.7, 8.4 is the latest.
The text was updated successfully, but these errors were encountered: