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

iOS version crashing in Debug Mode #82

Closed jrmarkham closed 1 year ago

jrmarkham commented 1 year ago

Flutter Confetti starting getting crashing in debug mode on simulators and hardware devices. Not a show-stopper for me just a heads up.

egonbeermat commented 1 year ago

Which Flutter version are you using? There was an issue in 3.7.0 update that causes confetti to crash in debug mode, devices or emulators. It was resolved in 3.7.2. See: https://github.com/funwithflutter/flutter_confetti/issues/78

HayesGordon commented 1 year ago

Yeah this should be resolved in 3.7.2 of Flutter. Closing this for now, but @jrmarkham please reopen if upgrading does not solve it for you. Thanks for reporting by the way.

jrmarkham commented 1 year ago

Yup, it's working on debug mode Flutter 3.7.4. Thanks for the quick response.