How to share a file using flutter

前端 未结 7 1381
悲哀的现实
悲哀的现实 2021-02-07 09:43

I am wondering how to share a file in a flutter app?

I saw some old references to using Intents with mojo, but that no longer seems to be present. This seems like a sta

7条回答
  •  轮回少年
    2021-02-07 10:19

    For anyone looking to reverse share or in other words, have other apps share data to your flutter app, have a look at https://flutter.io/flutter-for-android/#how-do-i-handle-incoming-intents-from-external-applications-in-flutter .

    Thanks to Günter Zöchbauer on the flutter Gitter channel!

    This was the closest question I found to 'sharing' something to a flutter app and there doesn't seem to be a SO question for this particular usecase, hence this answer here

提交回复
热议问题