pinkfish

Results 52 comments of pinkfish

Doesn't the firebase messaging plugin handle this? I am pretty sure it does processing without pulling the app to the foreground...

I followed the idea above from @mitchhymel and it seems to work. It is opening up the app and calling the method on it to say the button was clicked...

It won't do background processing in this case though by the looks :) Which is likely what you are worried about? It will only work if it forces the app...

I can see that. I just did a slightly different change that lets you open a url on an action instead. This lets you do things like driving directions from...

Is this even possible on iOS? I didn't think you got any callbacks on notifications there.

Right, yes. Doing a callback on a scheduled notification. Can you run code then? You cannot on remote notifications right?

The stream statistics only works if you are streaming (not recording). On Tue, 21 Jul 2020 at 00:10, SonamKamble wrote: > @pinkfish Thank You for the code. > I executed...

Is this with the code directly out of the repro? Or from the pub repro? I made changes to update to null safety, but not checked it works correctly on...

I did change the rtmp streaming endpoint name recently. I turned off the old one ;) On Wed, 19 May 2021 at 11:36, Piyush ***@***.***> wrote: > Is this with...

Will need to check this. I had it compiling for iOS a couple of days ago though and ran the example which worked.