import 'dart:html' as html; void htmlOpenLink() { String url = 'https://flutter.dev'; html.window.open(url, '_blank'); }