Marc Sanny

Results 3 issues of Marc Sanny

Let's imagine our `showCupertinoModalBottomSheet` looks something like this: ``` CupertinoScaffold.showCupertinoModalBottomSheet( expand: true, context: context, backgroundColor: Colors.transparent, builder: (context) => WillPopScope( onWillPop: onWillPop, child: YourContent(), ), ); ``` **Problem**: `onWillPop` from...

Removal of this check produced unwanted onWillPop calls on drag end even if the threshold was not reached. This should fix: * https://github.com/jamesblasco/modal_bottom_sheet/issues/229#issue-1176894265 * https://github.com/jamesblasco/modal_bottom_sheet/issues/230#issue-1181064170 And maybe: * https://github.com/jamesblasco/modal_bottom_sheet/issues/233#issue-1183181552

- Added ability to open native settings for Health and Health connect apps on iOS & Android - Added ability to checkAvailability of Health Connect at any time Currently it...