streams_channel icon indicating copy to clipboard operation
streams_channel copied to clipboard

For Flutter plugin development: StreamsChannel is inspired from EventChannel. It allows to create streams of events between Flutter and platform side.

Results 5 streams_channel issues
Sort by recently updated
recently updated
newest added

Following as Jcenter shutting down. https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

Hi, any plans for null safety migration?

**Error** ``` 2020-10-10 12:27:20.588951+0300 SportsU[458:23755] Metal API Validation Enabled 2020-10-10 12:27:20.709873+0300 SportsU[458:23755] Could not load the "LaunchImage" image referenced from a nib in the bundle with identifier "com.sportu" (lldb) po...

In [StreamsChannel.java#L145](https://github.com/loup-v/streams_channel/blob/master/android/src/main/java/app/loup/streams_channel/StreamsChannel.java#L145) , I was expecting `arguments` to be passed instead of `null` as it happens with regular cancel. What is the intention for passing `null` here?

Hello, I reopened few months old project where I use `geolocation` and `streams_channel` libs, updated flutter and all dependencies. I got an error during build saying I have to upgrade...