Gadget Reviews

Results 14 comments of Gadget Reviews

I get raw data from icy metadata and process it, and generate singer and song name.

I think automatically update from the title/etc from the icy metadata is not a good solution. Because generally icy metadata's title data is not a uniform format. Some stations send...

I noticed that I can play files on a real device, but not on android emulator.

It was 3 months ago and I don't remember exactly what was the problem. But I don't have this problem anymore. You can close the case. Thanks

Is it safe to use a dependency_override like this one? ``` dependency_overrides: connectivity_plus: ^2.3.0 ```

Situation has changed **Update 1:** I found an undocumented function call at firebase flutter plugin to get APNS token ```final deviceToken = FirebaseMessaging.instance.getAPNSToken();``` returns APNS token correctly. So the problem...

> Hi, @gadgetreviews . > > This is not a bug in the package, as it does not Support Notification. > > I started to create a package to handle...

I have the same problem. But there is no response since November. Did you find any solution for this?

> The root cause is that the initialization `MethodChannel` has not been completed when the advertisement is loaded. Therefore, the above answer and delay cannot completely solve the problem. You...