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

Android compilation error #7

Open
julianramoscalvo opened this issue Feb 15, 2022 · 2 comments
Open

Android compilation error #7

julianramoscalvo opened this issue Feb 15, 2022 · 2 comments
Labels
invalid This doesn't seem right question Further information is requested

Comments

@julianramoscalvo
Copy link

When i try to run my project with this dependency pusher_channels_flutter: ^1.0.1
This error appears ->

/Users/julian/Documents/work/app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java:144: error: cannot access ConnectionEventListener
      flutterEngine.getPlugins().add(new com.pusher.channels_flutter.PusherChannelsFlutterPlugin());
                                ^
  class file for com.pusher.client.connection.ConnectionEventListener not found
1 error
@andrewsmedina
Copy link
Contributor

@julianramoscalvo what version of flutter are you using?

@andrewsmedina
Copy link
Contributor

@julianramoscalvo this repo is a not official pure dart implementation of pusher-channels client. I believe that you are using the oficial client: https://github.com/pusher/pusher-channels-flutter

@andrewsmedina andrewsmedina added invalid This doesn't seem right question Further information is requested labels Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants