Max
Max

Reputation: 1301

How make invite window on Android Flutter?

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

Upvotes: 1

Views: 150

Answers (2)

DiyorbekDev
DiyorbekDev

Reputation: 774

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

enter image description here

Upvotes: 1

Jahidul Islam
Jahidul Islam

Reputation: 12575

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

enter image description here

Upvotes: 1

Related Questions