Ashutosh Singh
Ashutosh Singh
Experiencing the same issue on [connectivity_plus](https://pub.dev/packages/connectivity_plus) all the way back to `v2.x.x` Reproducible on Simulator reliably. Flutter Doctor [✓] Flutter (Channel stable, 3.10.6, on macOS 13.5 22G74 darwin-arm64, locale en-IN)...
Running into same problem. `getInitialMessage` is always null on iOS. Interestingly, `onMessageOpenedApp` is also always null when app is opened via fcm notification from background(not terminated) state. I'm able to...
Hi @russellwheatley can you please confirm details like iOS version, package version and flutter version? Because I'm still able to reproduce this using the proposed changes in https://github.com/firebase/flutterfire/pull/12371 and I'm...
I have a similar use case where I need to give custom decoration to unselected text. Having an itemMapper instead of textMapper would really help.
Hi, can you provide a minimal reproducible code?