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