hls

Results 21 comments of hls

Use the `sheet` package as described here: https://github.com/jamesblasco/modal_bottom_sheet/blob/main/sheet/example/lib/examples/route/navigation/go_router.dart

@fbernaly any thoughts on this? The issue is likely because of https://github.com/flutter/flutter/issues/79641#issuecomment-2299412011

@bensonarafat this has nothing to with image_picker. This issue occurs for Google Login as well. Please see https://github.com/flutter/flutter/issues/79641#issuecomment-2299412011

@bensonarafat [sheet_issue.zip](https://github.com/user-attachments/files/20265449/sheet_issue.zip) Steps are simple: 1. Create a new flutter app 2. Add `google_mlkit_text_recognition` as dep 3. Add `google_sign_in` as dep 4. Update Podfile to meet Google Sign In requirements...

![Image](https://github.com/user-attachments/assets/9de87932-749f-4f33-a3bb-3179870ae9f0) Remove `google_mlkit_text_recognition` dependency and run `flutter run` As you can see the sheet works properly now.

@bensonarafat can we re open this issue while this is being investigated?

Also, @bensonarafat in case we missed it, this is because of the `arm64` support See related issues https://github.com/firebase/flutterfire/issues/13420 https://github.com/flutter/flutter/issues/155401 See the comment: https://github.com/flutter/flutter/issues/79641#issuecomment-2299412011

This is awesome! Been using https://github.com/jamesblasco/modal_bottom_sheet and would definitely prefer a native solution!

Any updates on this? Noticed another fork that seems to solve this issue in a different approach https://github.com/MIERUNE/firebase-auth-cloudflare-workers-x509 @Code-Hex would appreciate merging the right approach.