How make invite window on Android Flutter?

Viewed 47

Tell me how to implement this window, which opens by clicking on Share on Android? And what is the correct name for this window?

enter image description here

2 Answers

You can use Flutter_share package. That would give you the same bottom window. You have looked at this.

enter image description here

The share_plus plugin supports all platforms. Published by the Flutter community.

enter image description here

Related