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
387e3374
Commit
387e3374
authored
Oct 09, 2019
by
林生雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
14a8a5b0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
workspace.xml
.idea/workspace.xml
+0
-0
build_file_checksums.ser
android/.idea/caches/build_file_checksums.ser
+0
-0
AlbumModel.dart
example/lib/AlbumModel/page/album/AlbumModel.dart
+2
-2
GengmeiFlutterPlugin.m
ios/Classes/GengmeiFlutterPlugin.m
+0
-0
No files found.
.idea/workspace.xml
View file @
387e3374
This diff is collapsed.
Click to expand it.
android/.idea/caches/build_file_checksums.ser
View file @
387e3374
No preview for this file type
example/lib/AlbumModel/page/album/AlbumModel.dart
View file @
387e3374
...
...
@@ -94,11 +94,11 @@ class AlbumModel {
}
void
initScanImages
(
BuildContext
context
)
{
if
(
isAndroid
)
{
//
if (isAndroid) {
_listen
=
GengmeiFlutterPlugin
.
phoneImagesEvent
.
receiveBroadcastStream
()
.
listen
(
_onEvent
,
onError:
_onError
);
}
//
}
AlbumRepository
.
getInstance
().
scanPhoneImg
().
listen
((
value
)
{
if
(
value
!=
null
)
{
_mainValue
=
value
;
...
...
ios/Classes/GengmeiFlutterPlugin.m
View file @
387e3374
This diff is collapsed.
Click to expand it.
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