How to share a file using flutter

前端 未结 7 1279
悲哀的现实
悲哀的现实 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:10

    For anybody still finding this question, you can now share something with the share plugin: https://pub.dartlang.org/packages/share

    Edit: This plugin only supports text/link share which is not sufficient for directly sharing files. The issues https://github.com/flutter/flutter/issues/16743 and https://github.com/flutter/flutter/issues/19607 track file sharing directly in flutter.

提交回复
热议问题