credit_card_input_form 1.0.1 credit_card_input_form: ^1.0.1 copied to clipboard
This package provides visually beautiful UX through animation of credit card information input form.
This package provides visually beautiful UX through animation of credit card information input form.
Preview #
Installing #
-
Add dependency to
pubspec.yaml
Get the latest version in the 'Installing' tab on pub.dartlang.org
dependencies:
credit_card_input_form: 1.0.0
- Import the package
import 'package:credit_card_input_form/credit_card_input_form.dart';
- Adding
CreditCardInputForm
With optional parameters
CreditCardInputForm(
cardHeight: 170,
frondCardColor: Colors.red,
backCardColor: Colors.blueAccent,
onStateChange: (currentState, cardInfo) {
print(currentState);
print(cardInfo);
},
),
How to use #
Check out the example app in the example directory or the 'Example' tab on pub.dartlang.org for a more complete example.
3rd party library #
Flip card #
https://pub.dev/packages/flip_card
For use card flip animation
Provider #
https://pub.dev/packages/provider
For use state management
Reference #
This package's animation is inspired from from this Dribbble art.