Efra Espada

Results 19 comments of Efra Espada

I noticed my problem was a local dependency added to my project: ```dart dependencies: random_name: path: ../random_name ``` Using the git integration solved my problem. ```dart dependencies: random_name: git: url:...

Any news on this topic?

Please, push this feature. 🙏🏼

Like what? Could you be more specific?

No, I suppose it is a native system element and tells the user some hardware (camera and mic) are being used.

iOS simulator gives too many problems. When starting a call (before pairing devices) with this plugin, you depend on FCM (in my case I use push data notifications) to launch...

I use and contribute to this plugin. Be patient. Feel free for forking and doing any change you consider. You can use your branch until it is merged (opening a...

You can use this for work with the payload: ```dart extension RemoteMessageExt on RemoteMessage { Map getContent() { return jsonDecode(data['content']); } Map payload() { return getContent()['payload']; } } ``` It...

@lexxxel how do you disable the stripping in XCode?