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
Add the following code in android{} of build.gradle
android{}
// Conditional for compatibility with AGP <4.2. if (project.android.hasProperty("namespace")) { namespace 'com.example.flutter_pty' }
The text was updated successfully, but these errors were encountered:
Since this repo seems no longer being maintained, you can use this fork instead to fix this issue
dependencies: // ... flutter_pty: git: https://github.com/shadow3aaa/flutter_pty
Sorry, something went wrong.
No branches or pull requests
Add the following code in
android{}
of build.gradleThe text was updated successfully, but these errors were encountered: