Skip to content

Commit

Permalink
Change log and readme updated. (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
faiyaz-shaikh authored Jan 18, 2023
1 parent 6667d29 commit 204746b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# [3.0.6](https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/tree/3.0.6)

- Enhancement [#111](https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/pull/111) Added Support for controlling the internal padding.

# [3.0.5](https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/tree/3.0.5)

- New card brands (Elo/Hipercard) was added [#109](https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/pull/109)
- Enhancement [#111](https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/pull/111) Added Support for controlling the internal padding.
- Fixed [#112](https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/pull/112) Update bg color gradient.
- Added cardBorder parameter on CreditCardWidget widget.
- CreditCardWidget UI updated.

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

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ A Flutter package allows you to easily implement the Credit card's UI easily wit

1. Add dependency to `pubspec.yaml`

*Get the latest version in the 'Installing' tab on pub.dartlang.org*
Get the latest version in the 'Installing' tab
on [pub.dev](https://pub.dev/packages/flutter_credit_card/install)

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

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

<br/>

## Main Contributors

<table>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_credit_card
description: A Credit Card widget package, support entering card details, card flip animation.
version: 3.0.4
version: 3.0.5
homepage: https://github.com/simformsolutions/flutter_credit_card
issue_tracker: https://github.com/simformsolutions/flutter_credit_card/issues

Expand Down
Binary file modified readme_assets/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 204746b

Please sign in to comment.