Innomatic
Innomatic
I have the same issue. In my case, onPageStated() works on debug mode, does not work on release mode consistently. I haven't tested other callbacks. But I suspect that it...
As I described above, it happens only on release mode so only on a **real device** and does not produce any debug messages. I tested on an Android 11 device...
I can confirm that @joshmossas method works although thorough testing is yet to be done. For some reason, you need to create and initialize `NavigationDelegate()` before `WebViewController()`.
I'm having exactly the same PlatformException as @ardera. Flutter version is 3.7.7. According to 'audioplayers', this playerId is [set to uuid.v4 by default](https://github.com/bluefireteam/audioplayers/blob/main/packages/audioplayers/lib/src/audioplayer.dart#L99). This doesn't seem to be understood by...
For this issue, just delete **-D__weak="**attribute**((weak))"** flag from the C-DEFS, then you will be good depending on the GCC version you are using. One more thing though. As of STM32CubeMX...
They are saved as attributes as `first_name` and `last_name`: ``` { "id": "john.doe", "email": "[email protected]", "displayName": "John Doe", "firstName": "", "lastName": "", "avatar": null, "creationDate": "2024-06-24T13:41:21.947054920+00:00", "uuid": "571a5944-56e9-3234-a51c-b8ade55b433e", "attributes": [...