darioielardi / flutter_speed_dial

Flutter plugin to implement a Material Design Speed Dial
https://pub.dev/packages/flutter_speed_dial
MIT License
410 stars 177 forks source link

Replace WillPopScope with PopScope #331

Open Guillergood opened 3 weeks ago

Guillergood commented 3 weeks ago

'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. This feature was deprecated after v3.12.0-1.0.pre.

WillPopScope is being used in speed_dial_child.dart and main.dart.

image