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

Commit 8a95012

Browse files
[path_provider] Publish fully federated version (#4497)
Now that the iOS and Android implementation packages are published, switch to them and re-enable publishing. Part of flutter/flutter#68498
1 parent ace9e78 commit 8a95012

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

packages/path_provider/path_provider/pubspec.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ description: Flutter plugin for getting commonly used locations on host platform
33
repository: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
55
version: 2.0.7
6-
# Temporarily disable publishing to allow moving Android and iOS
7-
# implementations.
8-
publish_to: none
96

107
environment:
118
sdk: ">=2.14.0 <3.0.0"
@@ -28,11 +25,8 @@ flutter:
2825
dependencies:
2926
flutter:
3027
sdk: flutter
31-
# Temporary path dependencies to allow moving Android and iOS implementations.
32-
path_provider_android:
33-
path: ../path_provider_android
34-
path_provider_ios:
35-
path: ../path_provider_ios
28+
path_provider_android: ^2.0.6
29+
path_provider_ios: ^2.0.6
3630
path_provider_linux: ^2.0.0
3731
path_provider_macos: ^2.0.0
3832
path_provider_platform_interface: ^2.0.0

0 commit comments

Comments
 (0)