Jack Gibbons

Results 12 comments of Jack Gibbons

I also want to know if there are any ways to debug dart code after doing this.

There is a video of the problem happening, not sure why its not shown in the bug report. Here it is here again. I am tapping between records and settings....

I have a PR that fixes this issue, and will improve the testability of the bottom navigation bar. https://github.com/flutter/flutter/pull/139617

Hi @bkonyi Would you be able to shed any light on this? FlutterCallbackCache not returning the expected value. Running in an iOS Notification Service Extension I am preparing an example...

@darshankawar Absolutely. Steps to reproduce are quite tricky unfortunately. I have prepared a working example project : https://github.com/Gibbo97/flutter_notification_service_extension_example And I have recorded a video showing the debugging process: https://youtu.be/Qo-3Ge3ue8k In...

Thanks for the reply @bkonyi ! I can confirm that the value from `handle.toRawHandle()` is carried all the way through the code correctly. From generation, to storage and then retrieval...

Thanks @bkonyi Find the dart side code below. Below I have also added the registration for the handle on the swift side. This is working as intended and my extra...

@darshankawar would you be able to give any more info on what step you were having issues on? Were you receiving notifications but we're having trouble debugging? or weren't getting...

Thanks for the great comment @jmagman Lots for me to go on with. I will be trying to get something working at some point in the next couple days. Either...