chinloyal / pusher_client

A Pusher Channels Client for Fluttter (Fully supports Android and iOS)
https://pusher.com/channels
MIT License
43 stars 182 forks source link

Android compilation error #48

Closed julianramoscalvo closed 2 years ago

julianramoscalvo commented 2 years ago

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