open chrome from flutter code example
Example: how to run flutter on google chrome
$ flutter channel master
$ flutter upgrade
$ flutter config --enable-web
#downloads sky_engine and sdk tools then shows devices list
$ flutter devices
$ flutter create test_app
$ flutter run -d chrome