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

[image_picker_ios] fix wrong plugin name #6072

Merged
merged 5 commits into from Jul 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/image_picker/image_picker_ios/CHANGELOG.md
@@ -1,5 +1,6 @@
## NEXT
## 0.8.5+6

* Updates description.
* Ignores unnecessary import warnings in preparation for [upcoming Flutter changes](https://github.com/flutter/flutter/pull/106316).

## 0.8.5+5
Expand Down
4 changes: 2 additions & 2 deletions packages/image_picker/image_picker_ios/pubspec.yaml
@@ -1,8 +1,8 @@
name: image_picker_ios
description: iOS implementation of the video_picker plugin.
description: iOS implementation of the image_picker plugin.
repository: https://github.com/flutter/plugins/tree/main/packages/image_picker/image_picker_ios
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
version: 0.8.5+5
version: 0.8.5+6

environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down