Open pastelcode opened 3 months ago
While #7 is merged, you can use my fix as this:
In your pubspec.yaml
add the following:
dependencies:
# your other dependencies
dependency_overrides:
flutter_root_jailbreak:
git:
url: https://github.com/pastelcode/flutter_root_jailbreak.git
Error:
It occurs with Flutter 3.24.
It get fixed by upgrading the current
compileSdkVersion
from30
to34
in Android project.