Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Bug]: crash on Safari<16 #1382

Open
3 of 5 tasks
holzgeist opened this issue Sep 18, 2024 · 0 comments
Open
3 of 5 tasks

[Bug]: crash on Safari<16 #1382

holzgeist opened this issue Sep 18, 2024 · 0 comments

Comments

@holzgeist
Copy link
Contributor

Please check the following before submitting a new issue.

Please select affected platform(s)

  • Android
  • iOS
  • Windows

Steps to reproduce

  1. build an app for web using permission_handler in debug configuration
flutter build web \
    --dart-define-from-file=config.json \
    --source-maps \
    --web-renderer auto \
    -t lib/web_main.dart \
    -O 1 \
    --dart-define=Dart2jsOptimization=O0
  1. load the app

Expected results

App loads

Actual results

App crashes (see screenshot below)

Code sample

Code sample

N/A as this happens in initialization code, i.e. any code sample will trigger this

Screenshots or video

Screenshots or video demonstration

sc

Version

11.3.1

Flutter Doctor output

Doctor output
[✓] Flutter (Channel stable, 3.24.3, on Arch Linux 6.10.10-arch1-1, locale en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Chrome - develop for the web
[✓] Linux toolchain - develop for Linux desktop
[✓] Android Studio (version 2024.1)
[✓] Connected device (2 available)
[✓] Network resources
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant