Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 6c10217

Browse files
[path_provider] Bump platform interface package to stable NNBD (#3568)
1 parent 0638189 commit 6c10217

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/path_provider/path_provider_platform_interface/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.0.0-nullsafety
1+
## 2.0.0
22

33
* Migrate to null safety.
44

packages/path_provider/path_provider_platform_interface/pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ description: A common platform interface for the path_provider plugin.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_platform_interface
44
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
55
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6-
version: 2.0.0-nullsafety
6+
version: 2.0.0
77

88
dependencies:
99
flutter:
1010
sdk: flutter
11-
meta: ^1.3.0-nullsafety.3
12-
platform: ^3.0.0-nullsafety.4
13-
plugin_platform_interface: ^1.1.0-nullsafety
11+
meta: ^1.3.0
12+
platform: ^3.0.0
13+
plugin_platform_interface: ">=1.0.0 <3.0.0"
1414

1515
dev_dependencies:
1616
flutter_test:
1717
sdk: flutter
18-
pedantic: ^1.10.0-nullsafety.1
18+
pedantic: ^1.10.0
1919

2020
environment:
21-
sdk: ">=2.12.0-0 <3.0.0"
21+
sdk: ">=2.12.0-259.9.beta <3.0.0"
2222
flutter: ">=1.10.0"

0 commit comments

Comments
 (0)