|
@@ -1,7 +1,8 @@
|
1
|
1
|
# photo
|
2
|
2
|
|
3
|
3
|
[](https://pub.dartlang.org/packages/photo)
|
4
|
|
-
|
|
4
|
+[](https://github.com/CaiJingLong/flutter_photo)
|
|
5
|
+[](https://github.com/CaiJingLong/flutter_photo)
|
5
|
6
|
|
6
|
7
|
image picker, multi picker
|
7
|
8
|
|
|
@@ -78,7 +79,6 @@ void _pickImage() async {
|
78
|
79
|
loadingDelegate:
|
79
|
80
|
this, // if you want to build custom loading widget,extends LoadingDelegate [see example/lib/main.dart]
|
80
|
81
|
);
|
81
|
|
-
|
82
|
82
|
```
|
83
|
83
|
|
84
|
84
|
## whole example
|
|
@@ -128,6 +128,6 @@ like next
|
128
|
128
|
xcode like image
|
129
|
129
|

|
130
|
130
|
|
131
|
|
-
|
132
|
131
|
### build error
|
133
|
|
-if you build error like include of non-modular header inside framework module, see [#10](https://github.com/CaiJingLong/flutter_photo/issues/10) or [so](https://stackoverflow.com/questions/27776497/include-of-non-modular-header-inside-framework-module)
|
|
132
|
+
|
|
133
|
+if you build error like include of non-modular header inside framework module, see [#10](https://github.com/CaiJingLong/flutter_photo/issues/10) or [so](https://stackoverflow.com/questions/27776497/include-of-non-modular-header-inside-framework-module)
|