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
*[Execution failed for task ':photo_manager:compileDebugKotlin'](#execution-failed-for-task-photomanagercompiledebugkotlin)
95
+
*[Changing the default album name (`Recent` to others)](#changing-the-default-album-name-recent-to-others)
96
+
*[Execution failed for task ':photo_manager:compileDebugKotlin'](#execution-failed-for-task-photo_managercompiledebugkotlin)
96
97
*[Create `AssetEntity` from `File` or `Uint8List` (rawData)](#create-assetentity-from-file-or-uint8list-rawdata)
97
98
*[Glide warning 'Failed to find GeneratedAppGlideModule'](#glide-warning-failed-to-find-generatedappglidemodule)
98
99
*[Contributors ✨](#contributors-)
@@ -312,7 +313,7 @@ Fields in `AssetPickerConfig`:
312
313
| pathNameBuilder |`PathNameBuilder<AssetPathEntity>?`| Build customized path (album) name with the given path entity. |`null`|
313
314
| assetsChangeCallback |`AssetsChangeCallback<AssetPathEntity>?`| The callback that will be called when the system notifies assets changes. |`null`|
314
315
| assetsChangeRefreshPredicate |`AssetsChangeRefreshPredicate<AssetPathEntity>?`| Whether assets changing should call refresh with the given call and the current selected path. |`null`|
315
-
| shouldAutoPlayPreview |`bool`| Whether the preview should auto play. |`false`|
316
+
| shouldAutoPlayPreview |`bool`| Whether the preview should auto play. |`false`|
316
317
317
318
- When `maxAssets` equals to `1` (a.k.a. single picking mode),
318
319
use `SpecialPickerType.noPreview` will immediately select asset
@@ -468,6 +469,26 @@ See [Contribute custom implementations][] for more details.
468
469
469
470
## Frequently asked question ❔
470
471
472
+
### Changing the default album name (`Recent` to others)
473
+
474
+
`Recent` is the fix album name for the ALL assets on Android
475
+
since the all assets' album is not an actual album, it only represents all media data records.
476
+
477
+
To solve that on Android, use `pathNameBuilder`, for example:
0 commit comments