Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

flutter - How to open Gmail app (Not creating email just only open inbox) in url_launcher?

mailto:<email address>?subject=<subject>&body=<body>

This one creates an email. I want to just open the Gmail app (inbox) with url_launcher package. Is it possible?

question from:https://stackoverflow.com/questions/65932051/how-to-open-gmail-app-not-creating-email-just-only-open-inbox-in-url-launcher

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You can simple use

launch("https://mail.google.com/mail/u/0/#inbox")

This will open the inbox


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...