Skip to content
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

AGP8 mandates build.gradle to add namespace #7

Open
wyq0918dev opened this issue May 28, 2023 · 1 comment
Open

AGP8 mandates build.gradle to add namespace #7

wyq0918dev opened this issue May 28, 2023 · 1 comment

Comments

@wyq0918dev
Copy link

Add the following code in android{} of build.gradle

// Conditional for compatibility with AGP <4.2.
if (project.android.hasProperty("namespace")) {
    namespace 'com.example.flutter_pty'
}
@shadow3aaa
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants