Skip to content

Commit d2ddbf4

Browse files
[image_picker] Publish federated version (flutter#5174)
1 parent b9ea303 commit d2ddbf4

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

packages/image_picker/image_picker/CHANGELOG.md

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

33
* Moves Android and iOS implementations to federated packages.
44
* Adds OS version support information to README.

packages/image_picker/image_picker/pubspec.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ description: Flutter plugin for selecting images from the Android and iOS image
33
library, and taking new pictures with the camera.
44
repository: https://github.com/flutter/plugins/tree/main/packages/image_picker/image_picker
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
6-
version: 0.8.4+11
7-
# Temporarily disable publishing to allow moving Android and iOS
8-
# implementations.
9-
publish_to: none
6+
version: 0.8.5
107

118
environment:
129
sdk: ">=2.14.0 <3.0.0"
@@ -25,12 +22,9 @@ flutter:
2522
dependencies:
2623
flutter:
2724
sdk: flutter
28-
# Temporary path dependencies to allow moving Android and iOS implementations.
29-
image_picker_android:
30-
path: ../image_picker_android
25+
image_picker_android: ^0.8.4+11
3126
image_picker_for_web: ^2.1.0
32-
image_picker_ios:
33-
path: ../image_picker_ios
27+
image_picker_ios: ^0.8.4+11
3428
image_picker_platform_interface: ^2.3.0
3529

3630
dev_dependencies:

0 commit comments

Comments
 (0)