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

Crash in ios 17.4 #92

Open ijogendrajat opened 8 months ago

ijogendrajat commented 8 months ago

I tried as given example of code for small project but it crash complete app.


          //   alignment: Alignment.topCenter,
          //   child: ConfettiWidget(
          //     confettiController: _controllerTopCenter,
          //     blastDirection: pi / 2,
          //     maxBlastForce: 5, // set a lower max blast force
          //     minBlastForce: 2, // set a lower min blast force
          //     emissionFrequency: 0.05,
          //     numberOfParticles: 50, // a lot of particles at once
          //     gravity: 1,
          //   ),
          // ),
shinriyo commented 4 months ago

@ijogendrajat What is the error message?

ijogendrajat commented 3 weeks ago

app close after animation because app crash