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

Accessing rootViewController fixes #48

Open alibasta opened 1 year ago

alibasta commented 1 year ago

Accessing the rootViewController using SceneDelegates inside the project is only possible this way.

I created two methods to access the keyWindow the correct way.

prasadsunny1 commented 1 year ago

This is good.