Salvatore
Salvatore

Reputation: 65

Flutter: Is there any way to access Gmail (mail boxes) in flutter?

I am trying to make an app to access emails from mail-boxes (such as Gmail and Yahoo Mail) and to store it in my local storage. Is there any way in a flutter to implement that.?

Upvotes: 2

Views: 3162

Answers (1)

nvoigt
nvoigt

Reputation: 77304

Sure there is.

You could use imap_client or enough_mail or others.

If you really only want Google Mail, you could use their own package googleapis

Upvotes: 2

Related Questions