When trying to show a ModalBottomSheet it requires 2 press of the button show the sheet on iOS. In my sample code, the first list item button that you press seems to work fine, but the second and ...
When a ModalBottomSheet is opened and the screen is rotated, the app throws a IllegalArgumentException when using a ModalBottomSheetLayout (the one from accompanist). Any ideas? I have reproduced the ...