markbeij

Results 12 comments of markbeij

Most of the times this happens during startup I think. In main.dart we have code to ensure new push notification tokens are sent to our api. We're using bloc-pattern. `NotificationSettingsChangedEvent`...

Thanks for your reply. Any suggestions what such point might be?

We're seeing this issue as well. We're currently at version ^3.1.0

@kuhnroyal, is this issue still what you are waiting for in order to make operapi-generator generate null-safe code? @Dana-Ferguson, when can we expect this issue to be solved?

Seems like a small fix, but an important one for me! @hansvn could you please approve this PR?

> hi does it happen in debug as well? Forgot to mention, in debug mode there is no issue.

Changing `STRIP_STYLE` to `non-global` did the trick. Thank you for your help @buenaflor! I have no clue what this does and what impact this may have on my code. Is...

@buenaflor, no we don't have any optimizations These are our build steps: ```yaml - name: Install pod dependencies script: find ./src/clients/mobileapp -name "Podfile" -execdir pod install \; - name: Setup...

As you can see, we don't have the appRunner added to the init method. Could that make such a difference?

@buenaflor I tried, but dependencies cannot be resolved since we're still on Flutter 3.32.8. We have quite a lot of work to do to upgrade.