Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
flutter_plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林生雨
flutter_plugin
Commits
cb37d7ce
Commit
cb37d7ce
authored
Oct 29, 2019
by
林生雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
f8a244fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
workspace.xml
.idea/workspace.xml
+12
-11
GengmeiFlutterPlugin.m
ios/Classes/GengmeiFlutterPlugin.m
+0
-1
No files found.
.idea/workspace.xml
View file @
cb37d7ce
...
...
@@ -48,16 +48,16 @@
</provider>
</entry>
</file>
<file
pinned=
"false"
current-in-tab=
"
fals
e"
>
<file
pinned=
"false"
current-in-tab=
"
tru
e"
>
<entry
file=
"file://$PROJECT_DIR$/lib/ScanImagePlugn.dart"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
142
"
>
<caret
line=
"
37"
column=
"20"
selection-start-line=
"37"
selection-start-column=
"20"
selection-end-line=
"37"
selection-end-column=
"20
"
/>
<state
relative-caret-position=
"
230
"
>
<caret
line=
"
41"
column=
"1"
selection-start-line=
"41"
selection-start-column=
"1"
selection-end-line=
"41"
selection-end-column=
"1
"
/>
</state>
</provider>
</entry>
</file>
<file
pinned=
"false"
current-in-tab=
"
tru
e"
>
<file
pinned=
"false"
current-in-tab=
"
fals
e"
>
<entry
file=
"file://$PROJECT_DIR$/lib/gengmei_flutter_plugin.dart"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"142"
>
...
...
@@ -590,13 +590,6 @@
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/lib/ScanImagePlugn.dart"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"142"
>
<caret
line=
"37"
column=
"20"
selection-start-line=
"37"
selection-start-column=
"20"
selection-end-line=
"37"
selection-end-column=
"20"
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/lib/gengmei_flutter_plugin.dart"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"142"
>
...
...
@@ -607,5 +600,12 @@
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/lib/ScanImagePlugn.dart"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"230"
>
<caret
line=
"41"
column=
"1"
selection-start-line=
"41"
selection-start-column=
"1"
selection-end-line=
"41"
selection-end-column=
"1"
/>
</state>
</provider>
</entry>
</component>
</project>
\ No newline at end of file
ios/Classes/GengmeiFlutterPlugin.m
View file @
cb37d7ce
...
...
@@ -226,7 +226,6 @@ NSString *cacheDirectory;
});
}
else
if
([
@"IOS_IMAGE_BY_PATH"
isEqualToString
:
call
.
method
]){
NSArray
<
NSString
*>
*
path
=
call
.
arguments
;
NSLog
(
@"IOS %@"
,
path
.
count
);
long
resultTemp
=
self
.
resultKey
;
if
(
path
!=
nil
){
dispatch_async
(
queue
,
^
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment