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

[ios_platform_images] Removed android support from the pubspec. #2432

Merged
merged 1 commit into from
Dec 19, 2019
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/ios_platform_images/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+1

* Removed Android support from the pubspec.

## 0.1.0

* Fixed a bug where the scale value of the image wasn't respected.
Expand Down
5 changes: 1 addition & 4 deletions packages/ios_platform_images/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ios_platform_images
description: A plugin to share images between Flutter and iOS in add-to-app setups.
version: 0.1.0
version: 0.1.0+1
homepage: https://github.com/flutter/plugins/tree/master/packages/ios_platform_images/ios_platform_images

environment:
Expand All @@ -26,9 +26,6 @@ flutter:
# adding or updating assets for this project.
plugin:
platforms:
android:
package: io.flutter.ios_platform_images
pluginClass: IosPlatformImagesPlugin
ios:
pluginClass: IosPlatformImagesPlugin

Expand Down