victorbonnet / flutter_web_browser

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

run script after browser close #18

Closed greedyRoach closed 4 years ago

greedyRoach commented 4 years ago

I'm doing the next

print('\n\n\nBefore');
FlutterWebBrowser.openWebPage(url: 'http://google.com').then((value) {
  print('\n\n\nAfter 2');
});
print('\n\n\nAfter');

the console prints this:

Captura de Pantalla 2020-05-18 a la(s) 17 22 40

"after 2" appears nowhere after the close

is this the expected behaviour?

greedyRoach commented 4 years ago

i changed for the flutter url_launcher