Updateto 0.0.4
This commit is contained in:
@@ -9,11 +9,11 @@ elements they provide in flutter was inconvenient for me, so I made this package
|
||||
|
||||
Got to use emojis and taglines for attention grabbing and algorithm hacking:
|
||||
|
||||
- Blazingly fast ( its as fast as the rest of flutter )
|
||||
- Cleaner ( fewer dependencies than the official stripe elements )
|
||||
- ⚡ Blazingly fast ( its as fast as the rest of flutter )
|
||||
- 🧹 Cleaner & Easier to Use ( fewer dependencies than the official stripe elements )
|
||||
- 🛡 Safe and Supports all Flutter Targets ( its native flutter with minimal dependencies )
|
||||
- ☑ Seemless UI/UX ( hard to match stripe quality, but I think I got close )
|
||||
- Built-in Stripe Integration ( guess that one is obvious )
|
||||
- ☑ Seemless UI/UX ( hard to match stripe quality, but I think I got pretty close )
|
||||
- 💳 Built-in Stripe Integration ( guess that one is obvious )
|
||||
- ☯ Chi Energy Boost ( alright I'm fishing... )
|
||||
|
||||
## Why StripeNativeCardField?
|
||||
@@ -31,19 +31,23 @@ are filled out, and return the token with the `onTokenReceived` callback.
|
||||
|
||||

|
||||
|
||||
[Documentation to supported card providers](https://pub.dev/documentation/stripe_native_card_field/latest/card_details/CardProviderID.html)
|
||||
|
||||
Currently support American Express, Diners Club, Discover Card, Mastercard, Jcb, Visa
|
||||
[Supported Card Providers in Docs](https://pub.dev/documentation/stripe_native_card_field/latest/card_details/CardProviderID.html)
|
||||
|
||||
### Customizable Styles
|
||||
|
||||
![Customizable Style 1]()
|
||||

|
||||
|
||||
![Customizable Style 2]()
|
||||
This dark mode style example provided [here](https://git.fosscat.com/n8r/stripe_native_card_field/raw/branch/main/example/lib/dark_customization.dart)
|
||||
|
||||
### Cross Platform
|
||||
For documentation on all of the available customizable aspects of the `CardTextField`, go
|
||||
to the [API docs here](https://pub.dev/documentation/stripe_native_card_field/latest/stripe_native_card_field/CardTextField-class.html).
|
||||
|
||||

|
||||
### Smooth UX
|
||||
|
||||

|
||||
|
||||
Mimics the Stripe html elements behavior wherever possible. Auto focusing / transitioning text fields, backspacing focuses to last field,
|
||||
automatically validating user input, etc.
|
||||
|
||||
# Getting started
|
||||
|
||||
@@ -83,11 +87,6 @@ CardTextField(
|
||||
);
|
||||
```
|
||||
|
||||
### Cumstomization
|
||||
|
||||
For documentation on all of the available customizable aspects of the `CardTextField`, go
|
||||
to the [API docs here](https://pub.dev/documentation/stripe_native_card_field/latest/stripe_native_card_field/CardTextField-class.html).
|
||||
|
||||
# Additional information
|
||||
|
||||
Repository located [here](https://git.fosscat.com/n8r/stripe_native_card_field)
|
||||
|
||||
Reference in New Issue
Block a user