victorbonnet / flutter_web_browser

Plugin for flutter to open web page with Chrome Custom Tabs and SFSafariViewController
MIT License
62 stars 39 forks source link

Modal presentation style #45

Closed ABausG closed 2 years ago

ABausG commented 2 years ago

Added an options to show the Safari View Controller with different Modal Presentation Styles. This should at least cover the case on iOS for #41

I made it so the default behaviour is still the same to how it was thus not introducing a visual breaking change

victorbonnet commented 2 years ago

Thanks @ABausG, for the great contribution. And sorry for the delay.