how to get url of web page in flutter code example Example: flutter web get url import 'dart:html'; var url = window.location.href;