ライブラリを使った方法 receivesharingintentを使う pubspec.yamlに以下を追加して dependencies: receive_sharing_intent: ^1.3.1+1 インストール $ flutter pub get AndroidManifest.xmlを以下のように変更(受け取るものに応じて要変更。使い方はこちら)。 <activity android:name=".MainActivity" android:launchMode="singleTop" android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayo