src/main/resources/code/flutter_module/lib/utils/share_utils.dart
@@ -6,10 +6,16 @@ import 'config_util.dart'; class ShareUtil { static shareImg( BuildContext context, File f, SharePlatform sharePlatform) async { if (Platform.isAndroid) { if (sharePlatform == SharePlatform.all) { Share.shareFiles([f.path]); return; } const platform = MethodChannel("com.yeshi.location/share"); //分析1 bool result = false; try {