|
|
|
|
1
|
# photo
|
1
|
# photo
|
2
|
|
2
|
|
3
|
[](https://pub.dartlang.org/packages/photo)
|
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
|
image picker, multi picker
|
7
|
image picker, multi picker
|
7
|
|
8
|
|
|
|
|
|
78
|
loadingDelegate:
|
79
|
loadingDelegate:
|
79
|
this, // if you want to build custom loading widget,extends LoadingDelegate [see example/lib/main.dart]
|
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
|
## whole example
|
84
|
## whole example
|
|
|
|
|
128
|
xcode like image
|
128
|
xcode like image
|
129
|

|
129
|

|
130
|
|
130
|
|
131
|
-
|
|
|
132
|
### build error
|
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)
|