Commit 204746b 1 parent 6667d29 commit 204746b Copy full SHA for 204746b
File tree 4 files changed +9
-8
lines changed
4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- # [ 3.0.6] ( https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/tree/3.0.6 )
2
-
3
- - Enhancement [ #111 ] ( https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/pull/111 ) Added Support for controlling the internal padding.
4
-
5
1
# [ 3.0.5] ( https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/tree/3.0.5 )
6
2
7
3
- New card brands (Elo/Hipercard) was added [ #109 ] ( https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/pull/109 )
4
+ - Enhancement [ #111 ] ( https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/pull/111 ) Added Support for controlling the internal padding.
5
+ - Fixed [ #112 ] ( https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/pull/112 ) Update bg color gradient.
6
+ - Added cardBorder parameter on CreditCardWidget widget.
7
+ - CreditCardWidget UI updated.
8
8
9
9
# [ 3.0.4] ( https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/tree/3.0.4 )
10
10
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ A Flutter package allows you to easily implement the Credit card's UI easily wit
15
15
16
16
1 . Add dependency to ` pubspec.yaml `
17
17
18
- * Get the latest version in the 'Installing' tab on pub.dartlang.org*
18
+ Get the latest version in the 'Installing' tab
19
+ on [ pub.dev] ( https://pub.dev/packages/flutter_credit_card/install )
19
20
20
21
``` dart
21
22
dependencies:
@@ -60,6 +61,8 @@ import 'package:flutter_credit_card/flutter_credit_card.dart';
60
61
isChipVisible: true,
61
62
isSwipeGestureEnabled: true,
62
63
animationDuration: Duration(milliseconds: 1000),
64
+ frontCardBorder: Border.all(color: Colors.grey),
65
+ backCardBorder: Border.all(color: Colors.grey),
63
66
customCardIcons: <CustomCardTypeImage>[
64
67
CustomCardTypeImage(
65
68
cardType: CardType.mastercard,
@@ -157,8 +160,6 @@ Check out the **example** app in the [example](example) directory or the 'Exampl
157
160
158
161
This package's animation is inspired from from this [ Dribbble] ( https://dribbble.com/shots/2187649-Credit-card-Checkout-flow-AMEX ) art.
159
162
160
- <br />
161
-
162
163
## Main Contributors
163
164
164
165
<table >
Original file line number Diff line number Diff line change 1
1
name : flutter_credit_card
2
2
description : A Credit Card widget package, support entering card details, card flip animation.
3
- version : 3.0.4
3
+ version : 3.0.5
4
4
homepage : https://github.com/simformsolutions/flutter_credit_card
5
5
issue_tracker : https://github.com/simformsolutions/flutter_credit_card/issues
6
6
You can’t perform that action at this time.
0 commit comments