From e5f08130f1482265df4ab93f2be622202bede1d3 Mon Sep 17 00:00:00 2001 From: Jaime Blasco Date: Tue, 4 May 2021 13:11:40 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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