|
18 | 18 |
|
19 | 19 | | | ![Logo][Logo] | |
20 | 20 | | --- | ------------------------------------------------------------------------------ | |
21 | | -| 🌄 | Choose multiple images/video. | |
22 | | -| 📦 | Support smart album `(camera roll, selfies, panoramas, favorites, videos...)`. | |
23 | | -| 0️⃣ | Selected order index. | |
24 | | -| 📺 | Display video duration. | |
25 | | -| 🎆 | Preview image/video. | |
26 | | -| ⛅️ | Support iCloud Photo Library. | |
27 | | -| 🔪 | Crop image (new) ✨ | |
28 | | -| 🌚 | Crop image circle for Avatar (new) ✨ | |
29 | | -| 🌪 | Scrolling performance | |
| 21 | +| 🐳 | Save selected image status for later session | |
| 22 | +| 🌄 | Choose multiple images/video. | |
| 23 | +| 📦 | Support smart album `(camera roll, selfies, panoramas, favorites, videos...)`. | |
| 24 | +| 0️⃣ | Selected order index. | |
| 25 | +| 📺 | Display video duration. | |
| 26 | +| 🎆 | Preview image/video. | |
| 27 | +| ⛅️ | Support iCloud Photo Library. | |
| 28 | +| 🔪 | Crop image (new) ✨ | |
| 29 | +| 🌚 | Crop image circle for Avatar (new) ✨ | |
| 30 | +| 🌪 | Scrolling performance | |
30 | 31 | | ▶️ | Playback video and live photos(for iOS) | |
31 | 32 |
|
32 | 33 | ## Video Demo 📺 |
@@ -144,6 +145,8 @@ const response = await MultipleImagePicker.openPicker(options); |
144 | 145 | | doneTitle | string | Done | Both | Title in button Done | |
145 | 146 | | cancelTitle | string | Cancel | Both | Title in button Cancel | |
146 | 147 | | selectedColor | string | #FB9300 | Both | The color of the mark in the row when the user selected | |
| 148 | +| isCrop | Boolean | false | Both | Enable crop image for `singleSelectedMode: true` | |
| 149 | +| isCropCircle | Boolean | false | Both | Crop Image Circle for Avatar. | |
147 | 150 | | autoPlay | bool | true | iOS | Auto play video | |
148 | 151 | | allowedLivePhotos | bool | true | iOS | Allowed Live Photos type | |
149 | 152 | | emptyMessage | string | No albums | iOS | Show string when gallery empty | |
|
0 commit comments