I’m working on a Flutter project that needs to run on both Android and Web. I want to integrate Google Meet functionality into the app with the following features:
Create or schedule Google Meet meetings.
Fetch existing meeting details (e.g., meeting links, participants, etc.).
Join Google Meet meetings directly from the app.
As far as I know, Google doesn’t provide an official package for Google Meet. I’m considering these approaches:
For Android, writing native code using method channels.
For Web, integrating JavaScript APIs or embedding Google Meet via iframe.
Has anyone implemented something similar? Any guidance, resources, or code snippets would be greatly appreciated.
Thanks in advance!
Tamilnambi D is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.