Skip to content

Commit d3d3395

Browse files
version upgrade.
1 parent 4f8b168 commit d3d3395

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

macos/Flutter/GeneratedPluginRegistrant.swift

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import FlutterMacOS
66
import Foundation
77

8+
import path_provider_macos
89

910
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
11+
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
1012
}

pubspec.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.1"
10+
version: "2.8.2"
1111
auto_size_text_pk:
1212
dependency: transitive
1313
description:
@@ -28,7 +28,7 @@ packages:
2828
name: characters
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.1.0"
31+
version: "1.2.0"
3232
charcode:
3333
dependency: transitive
3434
description:
@@ -155,7 +155,7 @@ packages:
155155
name: matcher
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "0.12.10"
158+
version: "0.12.11"
159159
meta:
160160
dependency: transitive
161161
description:
@@ -286,7 +286,7 @@ packages:
286286
name: test_api
287287
url: "https://pub.dartlang.org"
288288
source: hosted
289-
version: "0.4.2"
289+
version: "0.4.3"
290290
typed_data:
291291
dependency: transitive
292292
description:
@@ -300,7 +300,7 @@ packages:
300300
name: vector_math
301301
url: "https://pub.dartlang.org"
302302
source: hosted
303-
version: "2.1.0"
303+
version: "2.1.1"
304304
velocity_x:
305305
dependency: "direct main"
306306
description:

0 commit comments

Comments
 (0)