Uendel Lima
Uendel Lima
Happening to me also. I'm using an EventChannel in MainActivity and in other packages I've seen issues about 2 background services where only 1 works, I don't know if it's...
any update about that?
> nah, still the same, had to use antoher package just to handle blob data in general, with galileo_sqljocky5 you can do it Bro, i'm trying to use galileo_sqljocky5, but...
i tryed this, but it does not work when the app isn't resumed and you close the app from the recent apps.
But i already solved it creating a plugin to listen for app lifecycle using native code. ``` class AppStateCheckerPlugin: FlutterPlugin, MethodCallHandler, ActivityAware { private lateinit var channel : MethodChannel private...
Did you find any solution? I'm facing the same problem