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

Commit b0ddb8e

Browse files
authored
[ios_platform_images] Removed android support from the pubspec. (#2432)
1 parent a252bf3 commit b0ddb8e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

packages/ios_platform_images/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.0+1
2+
3+
* Removed Android support from the pubspec.
4+
15
## 0.1.0
26

37
* Fixed a bug where the scale value of the image wasn't respected.

packages/ios_platform_images/pubspec.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ios_platform_images
22
description: A plugin to share images between Flutter and iOS in add-to-app setups.
3-
version: 0.1.0
3+
version: 0.1.0+1
44
homepage: https://github.com/flutter/plugins/tree/master/packages/ios_platform_images/ios_platform_images
55

66
environment:
@@ -26,9 +26,6 @@ flutter:
2626
# adding or updating assets for this project.
2727
plugin:
2828
platforms:
29-
android:
30-
package: io.flutter.ios_platform_images
31-
pluginClass: IosPlatformImagesPlugin
3229
ios:
3330
pluginClass: IosPlatformImagesPlugin
3431

0 commit comments

Comments
 (0)