You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When i try to run my project with this dependency
pusher_channels_flutter: ^1.0.1
This error appears ->
The text was updated successfully, but these errors were encountered: