File tree 2 files changed +6
-2
lines changed
packages/plugin_platform_interface
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.3
2
+
3
+ * Fix homepage in ` pubspec.yaml ` .
4
+
1
5
## 1.0.2
2
6
3
7
* Make the pedantic dev_dependency explicit.
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ description: Reusable base class for Flutter plugin platform interfaces.
12
12
# be done when absolutely necessary and after the ecosystem has already migrated to 1.X.Y version
13
13
# that is forward compatible with 2.0.0 (ideally the ecosystem have migrated to depend on:
14
14
# `plugin_platform_interface: >=1.X.Y <3.0.0`).
15
- version : 1.0.2
15
+ version : 1.0.3
16
16
17
- homepage : https://github.com/flutter/plugins/plugin_platform_interface
17
+ repository : https://github.com/flutter/plugins/tree/master/packages /plugin_platform_interface
18
18
19
19
environment :
20
20
sdk : " >=2.1.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments