video_editor icon indicating copy to clipboard operation
video_editor copied to clipboard

Change deprecated `WillPopScope` in example to newer `PopScope`

Open zmuranaka opened this issue 8 months ago • 0 comments

  • Changes the example app's use of WillPopScope, which has been deprecated since flutter!132249, to instead use PopScope
  • A few other minor things like making widgets const where recommended & upgrading some Android-related stuff to get the example app to run

zmuranaka avatar Jun 21 '24 01:06 zmuranaka