Skip to content

Commit 204746b

Browse files
Change log and readme updated. (#125)
1 parent 6667d29 commit 204746b

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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-
51
# [3.0.5](https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/tree/3.0.5)
62

73
- 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.
88

99
# [3.0.4](https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/tree/3.0.4)
1010

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ A Flutter package allows you to easily implement the Credit card's UI easily wit
1515

1616
1. Add dependency to `pubspec.yaml`
1717

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)
1920

2021
```dart
2122
dependencies:
@@ -60,6 +61,8 @@ import 'package:flutter_credit_card/flutter_credit_card.dart';
6061
isChipVisible: true,
6162
isSwipeGestureEnabled: true,
6263
animationDuration: Duration(milliseconds: 1000),
64+
frontCardBorder: Border.all(color: Colors.grey),
65+
backCardBorder: Border.all(color: Colors.grey),
6366
customCardIcons: <CustomCardTypeImage>[
6467
CustomCardTypeImage(
6568
cardType: CardType.mastercard,
@@ -157,8 +160,6 @@ Check out the **example** app in the [example](example) directory or the 'Exampl
157160

158161
This package's animation is inspired from from this [Dribbble](https://dribbble.com/shots/2187649-Credit-card-Checkout-flow-AMEX) art.
159162

160-
<br/>
161-
162163
## Main Contributors
163164

164165
<table>

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_credit_card
22
description: A Credit Card widget package, support entering card details, card flip animation.
3-
version: 3.0.4
3+
version: 3.0.5
44
homepage: https://github.com/simformsolutions/flutter_credit_card
55
issue_tracker: https://github.com/simformsolutions/flutter_credit_card/issues
66

readme_assets/banner.png

-2.3 KB
Loading

0 commit comments

Comments
 (0)