Commit f8a244fe authored by 林生雨's avatar 林生雨

commit

parent 02ffd750
...@@ -5,10 +5,7 @@ ...@@ -5,10 +5,7 @@
<option name="TOOL_WINDOW_CONFIGURED_FILTER" value="Show only selected application" /> <option name="TOOL_WINDOW_CONFIGURED_FILTER" value="Show only selected application" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="5be6bbb5-7d6e-4540-a24f-d2b3bf78b3ba" name="Default Changelist" comment=""> <list default="true" id="5be6bbb5-7d6e-4540-a24f-d2b3bf78b3ba" name="Default Changelist" comment="" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/gengmei_flutter_plugin/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/gengmei_flutter_plugin/.idea/workspace.xml" afterDir="false" />
</list>
<ignored path="$PROJECT_DIR$/.dart_tool/" /> <ignored path="$PROJECT_DIR$/.dart_tool/" />
<ignored path="$PROJECT_DIR$/.idea/" /> <ignored path="$PROJECT_DIR$/.idea/" />
<ignored path="$PROJECT_DIR$/.pub/" /> <ignored path="$PROJECT_DIR$/.pub/" />
...@@ -106,7 +103,7 @@ ...@@ -106,7 +103,7 @@
<entry file="file://$PROJECT_DIR$/ios/Classes/GengmeiFlutterPlugin.m"> <entry file="file://$PROJECT_DIR$/ios/Classes/GengmeiFlutterPlugin.m">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="10516"> <state relative-caret-position="10516">
<caret line="507" column="22" selection-start-line="507" selection-start-column="22" selection-end-line="507" selection-end-column="22" /> <caret line="508" column="22" selection-start-line="508" selection-start-column="22" selection-end-line="508" selection-end-column="22" />
</state> </state>
</provider> </provider>
</entry> </entry>
...@@ -553,7 +550,7 @@ ...@@ -553,7 +550,7 @@
<entry file="file://$PROJECT_DIR$/ios/Classes/GengmeiFlutterPlugin.m"> <entry file="file://$PROJECT_DIR$/ios/Classes/GengmeiFlutterPlugin.m">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="10516"> <state relative-caret-position="10516">
<caret line="507" column="22" selection-start-line="507" selection-start-column="22" selection-end-line="507" selection-end-column="22" /> <caret line="508" column="22" selection-start-line="508" selection-start-column="22" selection-end-line="508" selection-end-column="22" />
</state> </state>
</provider> </provider>
</entry> </entry>
......
...@@ -225,7 +225,7 @@ NSString *cacheDirectory; ...@@ -225,7 +225,7 @@ NSString *cacheDirectory;
}); });
}); });
}else if([@"IOS_IMAGE_BY_PATH" isEqualToString:call.method]){ }else if([@"IOS_IMAGE_BY_PATH" isEqualToString:call.method]){
NSArray<NSString*> *path=call.arguments[@"path"]; NSArray<NSString*> *path=call.arguments;
NSLog(@"IOS %@",path.count); NSLog(@"IOS %@",path.count);
long resultTemp=self.resultKey; long resultTemp=self.resultKey;
if(path!=nil){ if(path!=nil){
......
...@@ -37,7 +37,7 @@ class ScanImagePlugn { ...@@ -37,7 +37,7 @@ class ScanImagePlugn {
static Future<List> ios_album_path( static Future<List> ios_album_path(
MethodChannel channel, List<String> path) async { MethodChannel channel, List<String> path) async {
return await channel.invokeMethod("IOS_IMAGE_BY_PATH", {"path", path}); return await channel.invokeMethod("IOS_IMAGE_BY_PATH", path);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment