File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 5
5
import FlutterMacOS
6
6
import Foundation
7
7
8
+ import path_provider_macos
8
9
9
10
func RegisterGeneratedPlugins( registry: FlutterPluginRegistry ) {
11
+ PathProviderPlugin . register ( with: registry. registrar ( forPlugin: " PathProviderPlugin " ) )
10
12
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packages:
7
7
name: async
8
8
url: "https://pub.dartlang.org"
9
9
source: hosted
10
- version: "2.8.1 "
10
+ version: "2.8.2 "
11
11
auto_size_text_pk:
12
12
dependency: transitive
13
13
description:
@@ -28,7 +28,7 @@ packages:
28
28
name: characters
29
29
url: "https://pub.dartlang.org"
30
30
source: hosted
31
- version: "1.1 .0"
31
+ version: "1.2 .0"
32
32
charcode:
33
33
dependency: transitive
34
34
description:
@@ -155,7 +155,7 @@ packages:
155
155
name: matcher
156
156
url: "https://pub.dartlang.org"
157
157
source: hosted
158
- version: "0.12.10 "
158
+ version: "0.12.11 "
159
159
meta:
160
160
dependency: transitive
161
161
description:
@@ -286,7 +286,7 @@ packages:
286
286
name: test_api
287
287
url: "https://pub.dartlang.org"
288
288
source: hosted
289
- version: "0.4.2 "
289
+ version: "0.4.3 "
290
290
typed_data:
291
291
dependency: transitive
292
292
description:
@@ -300,7 +300,7 @@ packages:
300
300
name: vector_math
301
301
url: "https://pub.dartlang.org"
302
302
source: hosted
303
- version: "2.1.0 "
303
+ version: "2.1.1 "
304
304
velocity_x:
305
305
dependency: "direct main"
306
306
description:
You can’t perform that action at this time.
0 commit comments