如何接收信息和数据 我的 Flutter 应用程序的其他应用程序

how receive information and data other app for my flutter app

提问人:Jeong hyunseok 提问时间:11/14/2023 更新时间:11/14/2023 访问量:16

问:

<key>CFBundleDocumentTypes</key>
    <array>
        <dict>
            <key>CFBundleTypeName</key>
            <string>Image Content</string>
            <key>LSItemContentTypes</key>
            <array>
                <string>public.image</string>
            </array>
            <key>LSHandlerRank</key>
            <string>Owner</string>
        </dict>
    </array>

我使用此代码和

 mport 'package:flutter/material.dart';
import 'package:permission_handler/permission_handler.dart';
import 'package:flutter_inappwebview/flutter_inappwebview.dart';
import 'package:receive_sharing_intent/receive_sharing_intent.dart';

这个插件,但我在图库中找不到我的应用程序 对于分享推荐应用程序enter image description here

enter image description here

我真的很想在推荐的共享应用程序列表中看到我的 flutter 应用程序 同样在“显示更多”列表中 我的应用未显示

iOS Flutter 分享

评论


答: 暂无答案