This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 3 files changed +8
-14
lines changed
3 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ description: An implementation for the Android platform of the Flutter `in_app_p
3
3
repository : https://github.com/flutter/plugins/tree/master/packages/in_app_purchase/in_app_purchase_android
4
4
version : 0.1.0
5
5
6
- # TODO(mvanbeusekom): Remove when in_app_purchase_platform_interface is published
7
- publish_to : ' none'
8
-
9
6
flutter :
10
7
plugin :
11
8
platforms :
@@ -14,13 +11,13 @@ flutter:
14
11
pluginClass : InAppPurchasePlugin
15
12
16
13
dependencies :
17
- # TODO(mvanbeusekom): Replace with pub.dev version when in_app_purchase_platform_interface is published
18
- in_app_purchase_platform_interface :
19
- path : ../in_app_purchase_platform_interface
14
+ in_app_purchase_platform_interface : ^1.0.0
20
15
21
16
flutter :
22
17
sdk : flutter
23
18
19
+ json_annotation : ^4.0.1
20
+ collection : ^1.15.0
24
21
meta : ^1.3.0
25
22
test : ^1.16.0
26
23
Original file line number Diff line number Diff line change 2
2
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
3
3
#
4
4
Pod ::Spec . new do |s |
5
- s . name = 'in_app_purchase '
5
+ s . name = 'in_app_purchase_ios '
6
6
s . version = '0.0.1'
7
- s . summary = 'Flutter In App Purchase'
7
+ s . summary = 'Flutter In App Purchase iOS '
8
8
s . description = <<-DESC
9
9
A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store.
10
10
Downloaded by pub (not CocoaPods).
Original file line number Diff line number Diff line change @@ -3,23 +3,20 @@ description: An implementation for the iOS platform of the Flutter `in_app_purch
3
3
repository : https://github.com/flutter/plugins/tree/master/packages/in_app_purchase/in_app_purchase_ios
4
4
version : 0.1.0
5
5
6
- # TODO(mvanbeusekom): Remove when in_app_purchase_platform_interface is published
7
- publish_to : ' none'
8
-
9
6
flutter :
10
7
plugin :
11
8
platforms :
12
9
ios :
13
10
pluginClass : InAppPurchasePlugin
14
11
15
12
dependencies :
16
- # TODO(mvanbeusekom): Replace with pub.dev version when in_app_purchase_platform_interface is published
17
- in_app_purchase_platform_interface :
18
- path : ../in_app_purchase_platform_interface
13
+ in_app_purchase_platform_interface : ^1.0.0
19
14
20
15
flutter :
21
16
sdk : flutter
22
17
18
+ json_annotation : ^4.0.1
19
+ collection : ^1.15.0
23
20
meta : ^1.3.0
24
21
test : ^1.16.0
25
22
You can’t perform that action at this time.
0 commit comments