This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 11 files changed +29
-4
lines changed
11 files changed +29
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.9.8+1
2
+
3
+ * Ignore deprecation warnings for upcoming styleFrom button API changes.
4
+
1
5
## 0.9.8
2
6
3
7
* Moves Android and iOS implementations to federated packages.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: A Flutter plugin for controlling the camera. Supports previewing
4
4
Dart.
5
5
repository : https://github.com/flutter/plugins/tree/main/packages/camera/camera
6
6
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
7
- version : 0.9.8
7
+ version : 0.9.8+1
8
8
9
9
environment :
10
10
sdk : " >=2.14.0 <3.0.0"
Original file line number Diff line number Diff line change 1
1
## NEXT
2
2
3
+ * Ignore deprecation warnings for upcoming styleFrom button API changes.
3
4
* Minor fixes for new analysis options.
4
5
5
6
## 0.8.4+2
Original file line number Diff line number Diff line change
1
+ ## NEXT
2
+
3
+ * Ignore deprecation warnings for upcoming styleFrom button API changes.
4
+
1
5
## 0.8.2+2
2
6
3
7
* Updates references to the obsolete master branch.
Original file line number Diff line number Diff line change
1
+ ## NEXT
2
+
3
+ * Ignore deprecation warnings for upcoming styleFrom button API changes.
4
+
1
5
## 0.8.2+2
2
6
3
7
* Updates references to the obsolete master branch.
Original file line number Diff line number Diff line change
1
+ ## 3.0.6
2
+
3
+ * Ignore deprecation warnings for upcoming styleFrom button API changes.
4
+
1
5
## 3.0.5
2
6
3
7
* Updates references to the obsolete master branch.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: in_app_purchase
2
2
description : A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
3
3
repository : https://github.com/flutter/plugins/tree/main/packages/in_app_purchase/in_app_purchase
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
5
- version : 3.0.5
5
+ version : 3.0.6
6
6
7
7
environment :
8
8
sdk : " >=2.12.0 <3.0.0"
Original file line number Diff line number Diff line change
1
+ ## 0.2.2+8
2
+
3
+ * Ignore deprecation warnings for upcoming styleFrom button API changes.
4
+
1
5
## 0.2.2+7
2
6
3
7
* Updates references to the obsolete master branch.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: in_app_purchase_android
2
2
description : An implementation for the Android platform of the Flutter `in_app_purchase` plugin. This uses the Android BillingClient APIs.
3
3
repository : https://github.com/flutter/plugins/tree/main/packages/in_app_purchase/in_app_purchase_android
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
5
- version : 0.2.2+7
5
+ version : 0.2.2+8
6
6
7
7
environment :
8
8
sdk : " >=2.14.0 <3.0.0"
Original file line number Diff line number Diff line change
1
+ ## 0.3.0+10
2
+
3
+ * Ignore deprecation warnings for upcoming styleFrom button API changes.
4
+
1
5
## 0.3.0+9
2
6
3
7
* Updates references to the obsolete master branch.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: in_app_purchase_storekit
2
2
description : An implementation for the iOS platform of the Flutter `in_app_purchase` plugin. This uses the StoreKit Framework.
3
3
repository : https://github.com/flutter/plugins/tree/main/packages/in_app_purchase/in_app_purchase_storekit
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
5
- version : 0.3.0+9
5
+ version : 0.3.0+10
6
6
7
7
environment :
8
8
sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments