adaojunior / pusher

The Dart library for interacting with the Pusher HTTP API.
https://pub.dartlang.org/packages/pusher
MIT License
12 stars 13 forks source link

error on android when build #29

Closed LtotheWT closed 4 years ago

LtotheWT commented 4 years ago

/Users/rlwt/Downloads/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_pusher-1.0.1/android/src/main/java/com/ninjasolutions/pusher/PusherPlugin.java:382: error: cannot find symbol channel.trigger(eventName, "{}"); ^ symbol: method trigger(String,String) location: variable channel of type Channel 1 error

FAILURE: Build failed with an exception.

BUILD FAILED in 40s Exception: Gradle task assembleDebug failed with exit code 1

LtotheWT commented 4 years ago

oops