Tim Bierbaum
                                            Tim Bierbaum
                                        
                                    I have the same issue on the iPad 12.9 2.Gen configuration, were the dimension is currently `Size(1024, 1336)`(portrait) and `Size(1336, 1024)`(landscape) and should be `Size(1024, 1366)`(portrait) and `Size(1366, 1024)`(landscape)`. @guenth39...
Yes, iPhone sizes matches the guideline.
But also the Watch does not match any of the possible sizes, but it is not clear whether the 44mm or 40mm is required, because the guideline only says >...
I was playing around a bit with this issue and I found a solution that works for me. So if you want you can try it with my fork: https://github.com/bierbaumtim/modal_bottom_sheet...
@SimonHausdorf I created a new PR #231 which only contains the nessecary changes to create the discussed result.
It only works if use CupertinoDynamicColor because it contains colors when CupertinoUserInterfaceLevel is elevated. With normal colors it would result in an undefined behaviour. Also the example does not support...
@jamesblasco I trying to implement the ColorFilter, but currently not happy with it. Also I don´t have any idea yet how to detect if darkmode is active. Because in lightmode...
@cpboyd Thanks, this is a nice catch. Using the elevatedColor and defining the UserInterfaceLevel should make the darkmode detection unnessecary. I will try this and if it works as expected...
Duplicate of #30 This is the answer @jamesblasco gave in #30 : > That one is the photo is not a ModalBottomSheet and it is considered a Dialog in Flutter....
Please read the instructions in the readme. It contains detailed information what you need to do, to work with named routes.