Alan K
Alan K
same EDIT: `flutter clean` helped
same issue here. Works on ios production, but doesn't work on Android production (worked in internal testing) Using version 1.0.4 Update: works on SOME devices only. Android has 10x less...
> hi @evanblasband, soon I put a complete example of an Android application working in the background. I'm busy, but I'm going to have some time to do it soon....
> `customBottomWidget` is something appearing instead of the `Input`, like said in the documentation comment, for the channel view for example, where you can't reply. Original question I think is...
@britannio Thank you for quick response! Indeed I am very happy with ios. Rating went up from 2.2 to 4.0 in just a few days. However android still stuck at...
> Have you got this file `android/app/proguard-rules.pro`? > > Maybe adding the following to it will fix the issue. > > ``` > -keep class com.google.android.play.core.review.** { *; } >...
@bri > > Have you got this file `android/app/proguard-rules.pro`? > > Maybe adding the following to it will fix the issue. > > ``` > > -keep class com.google.android.play.core.review.** {...
Same here