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-photo_managercompiledebugkotlin)
57
-
*[How can I get path from the `AssetEntity` to integrate with `File` object, upload or edit?](#how-can-i-get-path-from-the-assetentity-to-integrate-with-file-object-upload-or-edit)
58
-
*[Create `AssetEntity` from `File` or `Uint8List` (rawData)](#create-assetentity-from-file-or-uint8list-rawdata)
59
-
*[Console warning 'Failed to find GeneratedAppGlideModule'](#glide-warning-failed-to-find-generatedappglidemodule)
60
-
61
-
## Migration Guide ♻️
62
-
63
-
See [Migration Guide][].
35
+
See the [Migration Guide][] to learn how to migrate between breaking changes.
*[Execution failed for task ':photo_manager:compileDebugKotlin'](#execution-failed-for-task---photomanager--compiledebugkotlin)
63
+
*[How can I get path from the `AssetEntity` to integrate with `File` object, upload or edit?](#how-can-i-get-path-from-the-assetentity-to-integrate-with-file-object-upload-or-edit)
64
+
*[Create `AssetEntity` from `File` or `Uint8List` (rawData)](#create-assetentity-from-file-or-uint8list--rawdata-)
65
+
*[Glide warning 'Failed to find GeneratedAppGlideModule'](#glide-warning--failed-to-find-generatedappglidemodule)
66
+
*[Contributors ✨](#contributors-)
67
+
*[Credits](#credits)
68
+
<!-- TOC -->
64
69
65
70
## Features ✨
66
71
@@ -175,13 +180,13 @@ consider removing relevant permission in your apps, more specifically:
175
180
176
181
### iOS
177
182
178
-
1. Platform version has to be at least *9.0*.
183
+
1. Platform version has to be at least *11.0*.
179
184
Modify `ios/Podfile` and update accordingly.
180
185
```ruby
181
-
platform :ios, '9.0'
186
+
platform :ios, '11.0'
182
187
```
183
-
2. Add the following content to `info.plist`.
184
-
```plist
188
+
2. Add the following content to `Info.plist`.
189
+
```
185
190
<key>NSAppTransportSecurity</key>
186
191
<dict>
187
192
<key>NSAllowsArbitraryLoads</key>
@@ -202,7 +207,7 @@ consider removing relevant permission in your apps, more specifically:
0 commit comments