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
2968d778
Commit
2968d778
authored
Jan 08, 2020
by
林生雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
ba1e291c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
workspace.xml
.idea/workspace.xml
+12
-9
GengmeiFlutterPlugin.m
ios/Classes/GengmeiFlutterPlugin.m
+2
-1
No files found.
.idea/workspace.xml
View file @
2968d778
...
...
@@ -6,7 +6,11 @@
<option
name=
"TOOL_WINDOW_CONFIGURED_FILTER"
value=
"Show only selected application"
/>
</component>
<component
name=
"ChangeListManager"
>
<list
default=
"$ENABLE_FLUTTER_DESKTOP$"
id=
"5be6bbb5-7d6e-4540-a24f-d2b3bf78b3ba"
name=
"Default Changelist"
comment=
""
/>
<list
default=
"$ENABLE_FLUTTER_DESKTOP$"
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"
/>
<change
beforePath=
"$PROJECT_DIR$/ios/Classes/GengmeiFlutterPlugin.m"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/ios/Classes/GengmeiFlutterPlugin.m"
afterDir=
"false"
/>
</list>
<ignored
path=
"$PROJECT_DIR$/.dart_tool/"
/>
<ignored
path=
"$PROJECT_DIR$/.idea/"
/>
<ignored
path=
"$PROJECT_DIR$/.pub/"
/>
...
...
@@ -50,8 +54,8 @@
<file
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/ios/Classes/GengmeiFlutterPlugin.m"
>
<provider
selected=
"$ENABLE_FLUTTER_DESKTOP$"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
22
"
>
<caret
line=
"3
14"
selection-start-line=
"314"
selection-end-line=
"315
"
/>
<state
relative-caret-position=
"
198
"
>
<caret
line=
"3
23"
selection-start-line=
"323"
selection-end-line=
"323
"
/>
</state>
</provider>
</entry>
...
...
@@ -191,8 +195,8 @@
</option>
</component>
<component
name=
"ProjectFrameBounds"
extendedState=
"6"
>
<option
name=
"x"
value=
"
-111
"
/>
<option
name=
"y"
value=
"1
36
"
/>
<option
name=
"x"
value=
"
48
"
/>
<option
name=
"y"
value=
"1
11
"
/>
<option
name=
"width"
value=
"1440"
/>
<option
name=
"height"
value=
"811"
/>
</component>
...
...
@@ -327,8 +331,7 @@
<servers
/>
</component>
<component
name=
"ToolWindowManager"
>
<frame
x=
"4"
y=
"23"
width=
"1440"
height=
"811"
extended-state=
"6"
/>
<editor
active=
"$ENABLE_FLUTTER_DESKTOP$"
/>
<frame
x=
"48"
y=
"111"
width=
"1440"
height=
"811"
extended-state=
"0"
/>
<layout>
<window_info
content_ui=
"combo"
id=
"Project"
order=
"0"
visible=
"$ENABLE_FLUTTER_DESKTOP$"
weight=
"0.19742489"
/>
<window_info
id=
"Captures"
order=
"1"
side_tool=
"$ENABLE_FLUTTER_DESKTOP$"
/>
...
...
@@ -610,8 +613,8 @@
</entry>
<entry
file=
"file://$PROJECT_DIR$/ios/Classes/GengmeiFlutterPlugin.m"
>
<provider
selected=
"$ENABLE_FLUTTER_DESKTOP$"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
22
"
>
<caret
line=
"3
14"
selection-start-line=
"314"
selection-end-line=
"315
"
/>
<state
relative-caret-position=
"
198
"
>
<caret
line=
"3
23"
selection-start-line=
"323"
selection-end-line=
"323
"
/>
</state>
</provider>
</entry>
...
...
ios/Classes/GengmeiFlutterPlugin.m
View file @
2968d778
...
...
@@ -54,7 +54,8 @@ PHImageRequestOptions *baseImageRequestOption;
baseImageRequestOption
=
[[
PHImageRequestOptions
alloc
]
init
];
baseImageRequestOption
.
synchronous
=
NO
;
baseImageRequestOption
.
networkAccessAllowed
=
YES
;
baseImageRequestOption
.
deliveryMode
=
PHImageRequestOptionsDeliveryModeHighQualityFormat
;
// baseImageRequestOption.deliveryMode=PHImageRequestOptionsDeliveryModeHighQualityFormat;
baseImageRequestOption
.
deliveryMode
=
PHImageRequestOptionsDeliveryModeFastFormat
;
baseImageRequestOption
.
resizeMode
=
PHImageRequestOptionsResizeModeFast
;
baseImageRequestOption
.
version
=
PHImageRequestOptionsVersionUnadjusted
;
...
...
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