1 Star 0 Fork 15

皮皮虾耶 / fluwx

forked from JarvanMo / fluwx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SHARE.md 638 Bytes
一键复制 编辑 原始数据 按行查看 历史
JarvanMo 提交于 2023-05-10 22:30 . update docs.

Share

Simple and easy:

 fluwx.share(WeChatShareTextModel("source text", scene: WeChatScene.SESSION));

The destination of sharing can be SESSION(default),TIMELINE or FAVORITE.However,mini-program only support SESSION.

    ///[WeChatScene.session]会话
    ///[WeChatScene.timeline]朋友圈
    ///[WeChatScene.favorite]收藏
    enum WeChatScene {
      session,
      timeline,
      favorite
      }

You can share these models:

  • WeChatShareTextModel
  • WeChatShareMiniProgramModel
  • WeChatShareImageModel
  • WeChatShareMusicModel
  • WeChatShareVideoModel
  • WeChatShareWebPageModel
  • WeChatShareFileModel
Dart
1
https://gitee.com/pipixiaye/fluwx.git
git@gitee.com:pipixiaye/fluwx.git
pipixiaye
fluwx
fluwx
master

搜索帮助