I have started creating an application in Flutter that has GMAIL API integration using the
Googleapi's plugin from pub.dev
I have almost spent bunch of months working on the GMAIL API a great success that i have achieved that i have almost integrated the GMAIL API to my application using the plugin being a new to flutter ...
But still i am on searching and scratching my head to get the list of the sender on my mail i have almost used User.threads to get the list of the messages but the user.threads just provides the mail body not the info about the senders ...
Well i know you might be saying that use the THREAD ID to get the senders info well i have utilised that too...
But it a way long logic i need to make out..
I am willing to know does GOOGLE provides some paid GMAIL API to get the list of the senders ..
If anyone of the dev .... knows about i would be truly happy to complete my project as far as possible....
Users.threads: get
) Would you mind going into more details about the issues you are encountering when trying this? Cheers! – ale13