@@ -94,10 +94,10 @@ Language: [English](README.md) | 中文
9494
9595## 截图 📸
9696
97- | ![ 1] ( screenshots/README_1.webp ) | ![ 2] ( screenshots/README_2.webp ) | ![ 3] ( screenshots/README_3.webp ) |
97+ | ![ 1] ( https://pic.alexv525.com/2021-07-05-picker_1.jpg ) | ![ 2] ( https://pic.alexv525.com/2021-07-05-picker_2.jpg ) | ![ 3] ( https://pic.alexv525.com/2021-07-05-picker_3.jpg ) |
9898| ----------------------------------------------------------| ----------------------------------------------------------| ----------------------------------------------------------|
99- | ![ 4] ( screenshots/README_4.webp ) | ![ 5] ( screenshots/README_5.webp ) | ![ 6] ( screenshots/README_6.webp ) |
100- | ![ 7] ( screenshots/README_7.webp ) | ![ 8] ( screenshots/README_8.webp ) | ![ 9] ( screenshots/README_9.webp ) |
99+ | ![ 4] ( https://pic.alexv525.com/2021-07-05-picker_4.jpg ) | ![ 5] ( https://pic.alexv525.com/2021-07-05-picker_5.jpg ) | ![ 6] ( https://pic.alexv525.com/2021-07-05-picker_6.jpg ) |
100+ | ![ 7] ( https://pic.alexv525.com/2021-07-06-picker_7.jpg ) | ![ 8] ( https://pic.alexv525.com/2021-07-05-picker_8.jpg ) | ![ 9] ( https://pic.alexv525.com/2021-07-05-picker_9-1.jpg ) |
101101| ![ 10] ( https://pic.alexv525.com/2021-07-05-picker_10.png ) | ![ 10] ( https://pic.alexv525.com/2021-07-05-picker_11.png ) | ![ 12] ( https://pic.alexv525.com/2021-07-05-picker_12.png ) |
102102
103103## 开始前的注意事项 ‼️
@@ -207,10 +207,8 @@ import 'package:wechat_assets_picker/wechat_assets_picker.dart';
207207 platform :osx , ' 10.15'
208208 ```
2092092 . 使用 ** Xcode** 打开 ` macos/Runner.xcworkspace ` 。
210- 接着根据下面的截图将最低构建版本提升至 ** 10.15** 。
211- 3 . ![ step 1] ( https://tva1.sinaimg.cn/large/007S8ZIlgy1ghw67v4yk4j30qy0b50u0.jpg )
212- 4 . ![ step 2] ( https://tva1.sinaimg.cn/large/007S8ZIlgy1ghw67vd3f2j30jv04zgm5.jpg )
213- 5 . 与 iOS 一样,添加相同的内容到 ` Info.plist ` 里。
210+ 接着将 macOS 的最低构建版本提升至 ** 10.15** 。
211+ 3 . 与 [ iOS] ( #iOS ) 一样,添加相同的内容到 ` Info.plist ` 里。
214212
215213## 使用方法 📖
216214
@@ -330,7 +328,7 @@ AssetPicker.unregisterObserve();
330328` http ` package: https://pub.flutter-io.cn/packages/http
331329
332330` http ` package 使用v
333- [ ` MultipartFile ` ] ( https://pub.dev /documentation/http/latest/http/MultipartFile-class.html )
331+ [ ` MultipartFile ` ] ( https://pub.flutter-io.cn /documentation/http/latest/http/MultipartFile-class.html )
334332来在请求中处理文件。
335333
336334示例代码如下:
@@ -461,7 +459,9 @@ final List<String> result = await PhotoManager.editor.deleteWithIds(
461459);
462460```
463461
464- 参考文档:[ photo_manager#insert-new-item] [ ]
462+ 你可以阅读 [ photo_manager#from-raw-data] [ ]
463+ 和 [ photo_manager#delete-entities] [ ]
464+ 了解更多细节。
465465
466466### 控制台提示 'Failed to find GeneratedAppGlideModule'
467467
@@ -497,5 +497,6 @@ W/Glide (21133): Failed to find GeneratedAppGlideModule.
497497[ photo_manager API 文档 ] : https://pub.flutter-io.cn/documentation/photo_manager/latest/
498498[ Glide Generated API 文档 ] : https://muyangmin.github.io/glide-docs-cn/doc/generatedapi.html
499499[ 贡献自定义实现 ] : https://github.com/fluttercandies/flutter_wechat_assets_picker/blob/main/example/lib/customs/CONTRIBUTING.md
500- [ photo_manager#561 ] : https://github.com/CaiJingLong/flutter_photo_manager/issues/561
501- [ photo_manager#insert-new-item ] : https://github.com/CaiJingLong/flutter_photo_manager#insert-new-item
500+ [ photo_manager#561 ] : https://github.com/fluttercandies/flutter_photo_manager/issues/561
501+ [ photo_manager#from-raw-data ] : https://github.com/fluttercandies/flutter_photo_manager#from-raw-data
502+ [ photo_manager#delete-entities ] : https://github.com/fluttercandies/flutter_photo_manager#delete-entities
0 commit comments