Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Closed
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
5c3e8cd
Add macOS Support
rebarah Sep 5, 2021
50423fc
fix "FIAP" misspelling in symolic link
rebarah Sep 5, 2021
bc4742d
Add Target check for ReceiptManager
rebarah Sep 5, 2021
d3bab94
Migrate main dart interfaces
rebarah Sep 5, 2021
75a68e9
migrate types
rebarah Sep 5, 2021
396bd22
migrate store kit wrappers
rebarah Sep 5, 2021
f517312
Add checks for iOS specific apis
rebarah Sep 5, 2021
9c1b8ca
add instancer in main interface
rebarah Sep 5, 2021
dd31d7a
Check iOS Interfaces for QueueHandler
rebarah Sep 5, 2021
f7d540d
Migrate Tests
rebarah Sep 5, 2021
4bf1e47
Adjust changelog for macOS
rebarah Sep 5, 2021
22a2364
Adjust readme
rebarah Sep 5, 2021
9859ed9
fix description in pubspec.yaml
Ahmadre Sep 5, 2021
b0e89c3
Add macOS Support
Ahmadre Sep 5, 2021
71e97e6
Merge commit 'b0e89c3d'
Ahmadre Sep 5, 2021
d2b0069
Merge commit 'b0e89c3d'
Ahmadre Sep 5, 2021
f626439
Merge branch 'master' of https://github.com/Ahmadre/plugins
Ahmadre Sep 5, 2021
90893bf
Merge branch 'master' of https://github.com/Ahmadre/plugins
Ahmadre Sep 5, 2021
30f34a9
Merge branch 'master' of https://github.com/Ahmadre/plugins
Ahmadre Sep 5, 2021
18692b0
clean rebase
Ahmadre Sep 5, 2021
2487b12
format
Ahmadre Sep 5, 2021
2949fcb
format other repos
Ahmadre Sep 5, 2021
19a269b
format objective-c
Ahmadre Sep 5, 2021
035bee9
Migrate example project
Ahmadre Sep 5, 2021
7d204b6
clean macOS platform instances
Ahmadre Sep 5, 2021
12ff934
add git repo to macos dependecy
Ahmadre Sep 5, 2021
875b7ab
First migration to federated plugin for macOS
Ahmadre Sep 5, 2021
ed9d8f1
Remove PaymentQueueDelegate | remove iOS checks
Ahmadre Sep 5, 2021
dc95edd
remove dart interfaces to QueueDelegate
Ahmadre Sep 5, 2021
af61a0e
remove dart apis
Ahmadre Sep 5, 2021
e528027
Update FIAPaymentQueueHandler.m
Ahmadre Sep 5, 2021
6f6cb75
merge ios and macos to storekit
Ahmadre Sep 6, 2021
0c3bdac
fix name
Ahmadre Sep 6, 2021
4640a53
fix default package name
Ahmadre Sep 6, 2021
a90d1f8
fix naming
Ahmadre Sep 6, 2021
1e056de
correct podspec
Ahmadre Sep 6, 2021
685c777
migrate imports
Ahmadre Sep 6, 2021
2e57cf0
merge podspec
Ahmadre Sep 6, 2021
917a367
update platform
Ahmadre Sep 6, 2021
6598b28
add symbolic links
Ahmadre Sep 6, 2021
7d87ac3
Add platform specific podspecs
Ahmadre Sep 6, 2021
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
Prev Previous commit
Next Next commit
Adjust readme
  • Loading branch information
rebarah committed Sep 5, 2021
commit 22a236451612535e8e0ccec6722729f37da36f85
8 changes: 4 additions & 4 deletions packages/in_app_purchase/in_app_purchase_macos/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# in\_app\_purchase\_ios
# in\_app\_purchase\_macos

The iOS implementation of [`in_app_purchase`][1].
The macOS implementation of [`in_app_purchase`][1].

## Usage

This package has been [endorsed][2], meaning that you only need to add `in_app_purchase`
as a dependency in your `pubspec.yaml`. This package will be automatically included in your app
when you do.

If you wish to use the iOS package only, you can [add `in_app_purchase_ios` directly][3].
If you wish to use the macOS package only, you can [add `in_app_purchase_macos` directly][3].

## Contributing

Expand All @@ -26,4 +26,4 @@ If you would like to contribute to the plugin, check out our

[1]: ../in_app_purchase/in_app_purchase
[2]: https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin
[3]: https://pub.dev/packages/in_app_purchase_ios/install
[3]: https://pub.dev/packages/in_app_purchase_macos/install