I have a flutter app that is using Cards (within a container). The cards have motivational quotes in them. The quotes are generated from a database.
We want to have the ability for a user to share that motivational quote with their friends (via Facebook, email, WhatsApp etc). So, it would need to convert that Card into an image - am I right? How could we do this?
As for my code, it is really standard flutter code
Thanks