From 60f6c0454235e3805cdffe753b843ddb991fc51a Mon Sep 17 00:00:00 2001 From: Hyo Chan Jang Date: Wed, 8 Aug 2018 23:34:02 +0900 Subject: [PATCH] Add In App Purchase plugin. Add flutter_inapp_purchase plugin with almost full feature which is derived from `react-native-iap`. --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 1a06b08..2986553 100644 --- a/source.md +++ b/source.md @@ -237,6 +237,7 @@ Also 👍| ⭐| 👏 links to support their authors ! - [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase - [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com) - [Payments](https://github.com/pplante/flutter_payments) - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co) +[inapp_purchase](https://github.com/dooboolab/flutter_inapp_purchase) - Almost all features of `in app purchase` for both android and ios. Project is derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab) ## Templates