From e5f08130f1482265df4ab93f2be622202bede1d3 Mon Sep 17 00:00:00 2001 From: Jaime Blasco Date: Tue, 4 May 2021 13:11:40 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69e8c3d0..0dee5993 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ + + + # flutter_stripe The Stripe Flutter SDK allows you to build delightful payment experiences in your native Android and iOS apps using Flutter. We provide powerful and customizable UI screens and elements that can be used out-of-the-box to collect your users' payment details. @@ -34,7 +37,7 @@ Compatible with apps targeting iOS 11 or above. ```dart // main.dart -import 'package:stripe/stripe.dart'; +import 'package:flutter_stripe/flutter_stripe.dart'; void main() async { WidgetsFlutterBinding.ensureInitialized(); @@ -104,4 +107,4 @@ The example app offers examples on how to use these methods. ## Known issues -- the Card field on Android has focus issues - it's being tracked in [#14](https://github.com/flutter-stripe/flutter_stripe/issues/14) and related to issues in the Flutter framework \ No newline at end of file +- the Card field on Android has focus issues - it's being tracked in [#14](https://github.com/flutter-stripe/flutter_stripe/issues/14) and related to issues in the Flutter framework From b410ced3fcf2e1df3aa4ae27bacca4874c35d647 Mon Sep 17 00:00:00 2001 From: jonasbark Date: Tue, 4 May 2021 13:15:52 +0200 Subject: [PATCH 2/2] Create FUNDING.yml --- .github/FUNDING.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..4710a521 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +open_collective: flutter_stripe