You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Create `AssetEntity` from `File` or `Uint8List` (rawData)](#create-assetentity-from-file-or-uint8list-rawdata)
30
31
*[Console warning 'Failed to find GeneratedAppGlideModule'](#glide-warning-failed-to-find-generatedappglidemodule)
31
32
@@ -64,6 +65,11 @@ Add `wechat_assets_picker` to `pubspec.yaml` dependencies.
64
65
dependencies:
65
66
wechat_assets_picker: ^latest_version
66
67
```
68
+
69
+
The latest **stable** version is: [](https://pub.dev/packages/wechat_assets_picker)
70
+
71
+
The latest **dev** version is: [](https://pub.dev/packages/wechat_assets_picker)
@@ -285,7 +291,6 @@ You can always request the `File` object with `entity.originFile`, if `Uint8List
285
291
286
292
If you still needs path after requested the `File`, get it through `file.absolutePath`.
287
293
288
-
289
294
### Create `AssetEntity` from `File` or `Uint8List` (rawData)
290
295
291
296
In order to combine this package with camera shooting or something related, there's a wordaround about how to create an `AssetEntity` with `File` or `Uint8List` object.
0 commit comments