Etienne Théodore

Results 48 comments of Etienne Théodore

I got the same behaviour of @m2sahin. On `firebase_messaging: ^12.0.3` he never pass to the `onBackgroundMessage` on iOS, it's just the default push notification from iOS. So we can't create...

After investigating a lot, I find something interesting. To be able to received a notification the payload should contains `gcm.message_id`. So if you use a different payload (third party like...

@m2sahin Maybe you can check how I fix it for release mode, it's related to flavor files, check this issue https://github.com/sendbird/sendbird-sdk-flutter/issues/48, but still like @iosephmagno said we can not use...

@adrianflutur Hi ! Can you take a look please?

Got the same here: ``` [WARNING] No actions completed for 2m 15s, waiting on: - freezed on lib/core/types/failures.dart - freezed on lib/core/types/success.dart - freezed on lib/core/models/track.dart - freezed on lib/core/core_binding.dart...

I finally find why it's taking so much time. My `success.dart` file has multi methods factory (~120 factories). It's seems that after 100 methods the build freeze during multiples minutes....

@sarbogast Have you find a solution for it ?

@jamesdixon You can use this package for this. https://github.com/mattermoran/map_launcher

Do you think we can already use it in a Web environment via: https://posthog.com/docs/session-replay/installation#add-to-your-website-and-product If we add this script can we already got session record in Web ? Thanks,

I'm using rudderstack to handle posthog, see https://github.com/rudderlabs/rudder-sdk-flutter/issues/151 for more info.