How do I open a web browser (URL) from my Flutter code?

前端 未结 7 1713
时光说笑
时光说笑 2020-12-14 05:12

I am building a Flutter app, and I\'d like to open a URL into a web browser or browser window (in response to a button tap). How can I do this?

相关标签:
7条回答
  • 2020-12-14 06:07

    Use url_launcher package . It will do this for you

    0 讨论(0)
提交回复
热议问题