Ömer Güven

Results 12 comments of Ömer Güven

> how to change badge count when app is in background. for example, when i receive push notification, i have to increase the badge count Which library are u using...

Ups sorry my bad. `Native = FlutterAppBadger` btw. I'm updated my comment.

If background handler not working. U should add ``` FirebaseAppDelegateProxyEnabled NO ``` in your plist file.

> > > how to change badge count when app is in background. for example, when i receive push notification, i have to increase the badge count > > >...

> Yes, after updating to 5.1.0 the bug no longer appears Yeah same here. Black status bar bug is not seems like fixed after 5.1.0.

i think this issue related with #16853, #16871

https://github.com/firebase/flutterfire/issues/16871#issuecomment-2563679279 I just tried this, and it seems to be working fine. ```dart Future.delayed(const Duration(seconds: 2), () async { final message = await FirebaseMessaging.instance.getInitialMessage(); print('getInitialMessage($message)'); }); ```

any updates about this feature ? Dart 3.5.1 is live and i want to use `macros` intead of any `build_runner` libraries.