flutter_credit_card_container 0.0.3
flutter_credit_card_container: ^0.0.3 copied to clipboard
Simple Flutter Credit Card Container
Flutter Credit Card #
Flutter Credit Card package lets you add beautiful credit card to your flutter app.
Installation #
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
flutter_credit_card_container: <latest-version>
copied to clipboard
- Import the package and use it in your Flutter App.
import 'package:flutter_credit_card_container/flutter_credit_card_container.dart';
copied to clipboard
Example #
There are a number of properties that you can modify:
- height
- width
- cradHolderName
- cardNumber
- backgroundColor
- fontColor
- cvvNumber
copied to clipboard |
![]() |