hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
1k stars 392 forks source link

Prefer presented view controller #507

Closed jogboms closed 4 months ago

jogboms commented 4 months ago

This fixes a use case where the plugin is unable to present a crop view controller because the root view controller is not present in the view hierarchy.

The checks for the presented view controller but defaults to the root view controller if not is found

It also introduces a new embedInNavigationController iOS setting for add2app scenarios

hnvn commented 4 months ago

LGTM