Solution 1 :
There is no confirmed way to tell whether the user actually shared the quote to another user. What you can do is
- Check if user clicked on the share icon
- Check if
AppLifecycleState.paused
got executed and user came back to the appAppLifecycleState.resumed
in no less than say 10s.
This is all you can do without using any server part.
Problem :
I have developed GET INSPIRED APP where I have listed out TOP 100 inspirational quotes. I am giving users option to share any quote to other social media apps in their device.
And I want to update the SHARE COUNT according to it.
Anyone knows how to do it in Flutter App?
Thanks in advance.Here is the Screenshot of that screen.
Comments
Comment posted by Dharmesh Basapati
Awesome Thanks. I will try to implement this and let you know what happens. Kudos