Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
c0b02b4
Remove canSubmitPaymentRequest from paymentRequestWithApplePay to all…
philiplindberg Mar 24, 2020
65b09bd
Bump AGP & Gradle versions
Mar 25, 2020
105de9a
Update gitignore and clean repo
Mar 25, 2020
ea782b8
Fix indentation
philiplindberg Mar 26, 2020
aff4c4b
Merge pull request #134 from ened/gitignore
jonasbark Mar 27, 2020
3f20451
Merge pull request #133 from ened/android-agp-gradle
jonasbark Mar 27, 2020
ee0fecd
Merge pull request #130 from philiplindberg/apple-pay-inline-setup
jonasbark Mar 27, 2020
b4e4c4e
Merge branch 'master' into dev
Mar 31, 2020
d0a5b47
add missing files, update Stripe iOS to 19.0.1
Mar 31, 2020
c06f9ac
Merge branch 'dev'
Apr 11, 2020
88d1d79
update readme, changelog
May 23, 2020
aa4048e
Fix GrowableList serialization error when Apple Pay shippingMethod is…
andhieka Jun 11, 2020
055e641
preserve card name on iOS
brauliolomeli Jun 16, 2020
e5a6430
Merge pull request #174 from brauliolomeli/preserve-card-name
jonasbark Aug 5, 2020
6e595fe
added token on card object
Sep 7, 2020
3499bcd
Merge pull request #200 from cis-emp1822/dev
jonasbark Sep 26, 2020
404533c
Merge pull request #169 from tr8team/bugfix/ap/apple-pay-shipping-met…
jonasbark Sep 26, 2020
0b499dc
update changelog
Sep 26, 2020
26203fa
Merge remote-tracking branch 'origin/dev'
Sep 26, 2020
3c2de5f
fix example app compilation, update pubspec structure
Sep 26, 2020
592c717
A few fixes to make the example app easier to run
Oct 7, 2020
fd95f2c
Merge pull request #207 from MisterJimson/example-fixes
jonasbark Oct 8, 2020
bcf65a4
fix stripe dependency to 19.4.0
jonasbark Nov 29, 2020
5ee7d14
Update AppInfo for flutter_stripe_payment
davidme-stripe Jan 29, 2021
f0fb958
Merge pull request #244 from davidme-stripe/davidme/update-appinfo
jonasbark Jan 30, 2021
077216d
update changelog
jonasbark Jan 30, 2021
4692336
Recreate apiClient when authenticatePaymentIntent is called
Mar 15, 2021
2f14c6d
Merge pull request #261 from Trede98/patch-authenticate-payment-ios
jonasbark Mar 15, 2021
eaa2961
update example
jonasbark Mar 15, 2021
fdcaaf9
added isSavingPaymentMethod to trigger if users wants to save the pay…
JackLiu-Gulu Mar 23, 2021
c4e745e
Add missing unionpay Cardbrand on ios
milewski Mar 26, 2021
f9e3502
Merge pull request #268 from milewski/patch-1
jonasbark Mar 29, 2021
79aaaa3
NullSafety
eliudio Apr 15, 2021
4937eff
update README.md
j-j-gajjar Apr 19, 2021
19ecf45
update
j-j-gajjar Apr 19, 2021
e822d25
Merge pull request #281 from j-j-gajjar/patch-1
jonasbark Apr 21, 2021
7524c92
Merge pull request #266 from aaassseee/master
jonasbark Apr 21, 2021
eb7c670
Merge remote-tracking branch 'upstream/master'
vytautas-pranskunas- Apr 29, 2021
7387e82
Update: Added nullable
vytautas-pranskunas- Apr 29, 2021
7948a80
Merge pull request #289 from vytautas-pranskunas-/master
jonasbark Apr 29, 2021
c468e2f
update version, nnbd, clarify missing Xcode 12.5 support
jonasbark Apr 29, 2021
40a87a5
fix pub warning
jonasbark Apr 29, 2021
4a12636
mark as discontinued, add migration document
jonasbark May 23, 2021
1a45941
mark as discontinued, add migration document
jonasbark May 23, 2021
49b9aac
rename migration.md
jonasbark May 23, 2021
14398d4
update to Stripe-Android 16.10.0
jonasbark Jun 17, 2021
9cbb81f
update version
jonasbark Jun 17, 2021
a5db879
add stripeAccountId to createPaymentMethod in dialog
jonasbark Jun 18, 2021
72701a9
fix #304, #301
jonasbark Jun 18, 2021
9883207
update version, changelog
jonasbark Jun 18, 2021
8d454fa
fix #305
jonasbark Jun 18, 2021
fc2d374
comment mPublicKey
SebghatYusuf Jun 28, 2021
5f9c28f
Update migration.md
jonasbark Jul 5, 2021
2f62728
Fix: remove the mPublicKey parameter
SebghatYusuf Jul 9, 2021
6a56c37
Remove mPublicKey param for #311 issue
SebghatYusuf Jul 9, 2021
42b84c6
Clear whitespace
SebghatYusuf Jul 9, 2021
ebf5441
Merge pull request #314 from SebghatYusuf/fix-android-idempotency
jonasbark Jul 9, 2021
c5a90ee
update version
jonasbark Jul 9, 2021
6830018
Fix: remove the mPublicKey parameter
riscait Aug 6, 2021
670dc9a
Merge pull request #328 from Riscait/fix-android-idempotency-for-bank
jonasbark Aug 6, 2021
d53f8b3
Merge remote-tracking branch 'original/master' into merge_mater
Aug 9, 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
49 changes: 42 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,47 @@
.DS_Store
.atom/
.idea
.idea/
.vscode/

.packages
.pub/
build/
ios/.generated/
packages
.dart_tool/
pubspec.lock
example/ios/Flutter/
example/.dart_tool
example/ios/.symlinks
flutter_export_environment.sh

examples/all_plugins/pubspec.yaml

Podfile.lock
Pods/
.symlinks/
**/Flutter/App.framework/
**/Flutter/ephemeral/
**/Flutter/Flutter.framework/
**/Flutter/Generated.xcconfig
**/Flutter/flutter_assets/

ServiceDefinitions.json
xcuserdata/
**/DerivedData/

local.properties
keystore.properties
.gradle/
gradlew
gradlew.bat
gradle-wrapper.jar
.flutter-plugins-dependencies
*.iml

GeneratedPluginRegistrant.h
GeneratedPluginRegistrant.m
GeneratedPluginRegistrant.java
GeneratedPluginRegistrant.swift
build/
.flutter-plugins

.project
.classpath
.settings

example/ios/Flutter/Flutter.podspec
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## [1.1.4]
- Fix #311

## [1.1.3]
- Fix #301, #304, #305

## [1.1.1]
- add information about the plugin being discontinued and its replacement

## [1.1.0]
- support for null safety
- Xcode 12.5 is not supported - see this [discussion](https://github.com/jonasbark/flutter_stripe_payment/issues/284#issuecomment-828293850) for a fix

## [1.0.11]
- fix #258 (by @Trede98)

## [1.0.10]
- update sdk signature information (by @davidme-stripe)

## [1.0.9]
- fix issues with Stripe iOS dependency

## [1.0.8]
- fix errors with shippingMethod for Apple Play (thanks @andhieka)
- preserve card name on iOS (thanks @brauliolomeli)
- currency support for CreditCard model (thanks @cis-emp1822)

## [1.0.7]
- update Stripe iOS dependency to support Xcode 11.4 (#131)
- bump Android gradle for latest Flutter support (thanks @ened)

## [1.0.6]
- fix #97 (thanks @sandeep-at-airlift)
- support Stripe Connected accounts (thanks @nicowernli)
Expand Down
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> **⚠ WARNING: This plugin has been discontinued.**
> Head over to [migration.md](migration.md) for migrate to the new flutter_stripe plugin


[![pub package](https://img.shields.io/pub/v/stripe_payment.svg)](https://pub.dev/packages/stripe_payment)

# stripe_payment
Expand All @@ -6,9 +10,9 @@

## Quick Glance

- This Flutter plugin is a straight port from tipsi-stripe plugin for React Native - we tried to
keep the API as close as possible so the documentation applies this this plugin as well.
- Collect chargable tokens from users' **Card Input** and **Apple & Google Pay**
- This Flutter plugin is a straight port from the tipsi-stripe plugin for React Native - we tried to
keep the API as close as possible, so the documentation applies this plugin.
- Collect chargeable tokens from users' **Card Input** and** Apple & Google Pay**.
- For **SCA** compliant apps, setup payment intents for later confirmation.

## Supported features:
Expand Down Expand Up @@ -57,4 +61,10 @@ As this plugin is a port from tipsi-stripe for React Native you may consult thei
https://github.com/tipsi/tipsi-stripe/tree/experimental-connect/website/docs-md
It includes:
- how to setup Google / Apple Pay
- method documentations
- method documentations

## Blog Posts
- [Build a marketplace in your Flutter app and accept payments using Stripe and Firebase](https://medium.com/flutter-community/build-a-marketplace-in-your-flutter-app-and-accept-payments-using-stripe-and-firebase-72f3f7228625)

## Xcode 12.5 support
Xcode 12.5 is not supported - see this [discussion](https://github.com/jonasbark/flutter_stripe_payment/issues/284#issuecomment-828293850) for a fix
11 changes: 6 additions & 5 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ buildscript {
}

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50"
classpath 'com.android.tools.build:gradle:3.5.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.70"
classpath 'com.android.tools.build:gradle:3.6.1'
}
}

Expand Down Expand Up @@ -68,8 +68,9 @@ android {
}

dependencies {
api 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50'
implementation 'com.android.support:support-annotations:28.0.0'
implementation 'com.stripe:stripe-android:10.4.6'
api 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.70'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'com.stripe:stripe-android:16.10.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.google.android.gms:play-services-wallet:18.0.0'
}
Binary file removed android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
172 changes: 0 additions & 172 deletions android/gradlew

This file was deleted.

Loading