diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 000000000..4710a5210 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +open_collective: flutter_stripe diff --git a/README.md b/README.md index 69e8c3d0e..0dee59934 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