funwithflutter / flutter_confetti

A Flutter widget that shoots confetti all over the screen.
https://pub.dev/packages/confetti
MIT License
439 stars 79 forks source link

Crashes on Android with Flutter 3.7.0 #78

Closed chen-fishbein closed 1 year ago

chen-fishbein commented 1 year ago

Calling _controller.play();

Crashes the app with the below cryptic native errors:

F/libc (30185): Fatal signal 5 (SIGTRAP), code 1 (TRAP_BRKPT), fault addr 0x712a3eda14 in tid 30253 (1.ui), pid 30185


....

knnkrt commented 1 year ago

Same bug.

AphroditePeng commented 1 year ago

Same bug on iOS with Flutter 3.7.0

yanncabral commented 1 year ago

Same here.

LuckyBulgur commented 1 year ago

Same bug on iOS 16 with Flutter 3.7.0.

davestimpert commented 1 year ago

yep this happens even in the example app in this repo

starshipcoder commented 1 year ago

Same problem

DanhTran0312 commented 1 year ago

I have this problem on IOS 16.2 also

hlarchi commented 1 year ago

same problem on both iOS and Android with Flutter 3.7.0

armandojimenez commented 1 year ago

Any fix for this? crashes on both android and ios

HayesGordon commented 1 year ago

Hey all! Please see original issue here https://github.com/funwithflutter/flutter_confetti/issues/70

The fix has landed in Master, please confirm on your respective machines/devices.

Go upvote here for a path to stable: https://github.com/flutter/flutter/issues/118559#issuecomment-1404770385

Don't know how long it'll take for the fix to land on stable

Gilianp commented 1 year ago

Same here tested in Android 7, 9 and 11 after Flutter 3.7.0

WieFel commented 1 year ago

+1

liorboyango commented 1 year ago

Crashes also on MacOS with Flutter 3.7.0

colbycornish commented 1 year ago

Crashes on both mac and android with Flutter 3.7.0 for me

chituanh commented 1 year ago

+1

Huy-Thai commented 1 year ago

Crashes on mac and windows with Flutter 3.7.0 for me

FlorianFlatscher commented 1 year ago

When can I expect the fix getting merged into stable? Don't get me wrong, but confettis are kinda important for my application :/

HayesGordon commented 1 year ago

Soon hopefully. In the meantime you can use a different branch of Flutter. But seems like it's ready for a cherry pick: https://github.com/dart-lang/sdk/issues/51147

nickyrferry commented 1 year ago

Same bug! finally found the cause 😤

egonbeermat commented 1 year ago

Looks like the fix made it into the release 3.7.2 today. Release notes state, and testing confirms, this issue has gone away for me.

xaatw0 commented 1 year ago

Thank you, egonbeermat! You are right. It works with 3.7.2.

HayesGordon commented 1 year ago

That's great! I'm closing this issue for now then. If anyone experiences issues again, please re-open.