-
Notifications
You must be signed in to change notification settings - Fork 133
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
Namespace not specified #177
Comments
Same issue, I am facing from the past 2 days. |
I am also facing the same issue when I upgraded the gradle and SDKs. Has anyone solved the issue yet? |
try pusher_channels_flutter:
git:
url: https://github.com/kishormainali/pusher-channels-flutter.git
ref: master |
@we-prajapati-c001 where do I put that config? |
instead of fetching the package from pub.dev, use below in you project pusher_channels_flutter:
git:
url: https://github.com/kishormainali/pusher-channels-flutter.git
ref: master |
Thank, I found out the problem that latest version of gradle don't support older version |
This works so far |
Hi, I found this stack overflow answer that helped me to solve the issue: https://stackoverflow.com/a/77738936/2114245 I applied the mod on android root build.gradle file:
then executed the following commands:
😄 |
A problem occurred configuring project ':pusher_channels_flutter'.
gradle-8.3
The text was updated successfully, but these errors were encountered: