Skip to content

Commit ee9fdcd

Browse files
committed
docs: 📝 Update README.md for preview url
1 parent 0029b73 commit ee9fdcd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [4.0.0](https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/tree/4.0.0)
1+
# [4.0.0+1](https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/tree/4.0.0+1)
22

33
- Added web support for example app [#148](https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/pull/148).
44
- Added card float animation [#144](https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/pull/144).

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A Flutter package allows you to easily implement the Credit card's UI easily wit
1515
<figure>
1616
<figcaption><b>Glassmorphism and Card Background</b></figcaption>
1717
<hr/>
18-
<img src="https://github.com/simformsolutions/flutter_credit_card/blob/master/readme_assets/preview.gif" alt="The example app showing credit card widget" width="227"/>
18+
<img src="https://raw.githubusercontent.com/SimformSolutionsPvtLtd/flutter_credit_card/master/readme_assets/preview.gif" alt="The example app showing credit card widget" width="227"/>
1919
</figure>
2020
</td>
2121
</tr>
@@ -25,7 +25,7 @@ A Flutter package allows you to easily implement the Credit card's UI easily wit
2525
<figure>
2626
<figcaption><b>Floating Card on Mobile</b></figcaption>
2727
<hr/>
28-
<img src="https://github.com/simformsolutions/flutter_credit_card/blob/master/readme_assets/credit_card_float_preview.gif" alt="The example app showing card floating animation in mobile" width="227"/>
28+
<img src="https://raw.githubusercontent.com/SimformSolutionsPvtLtd/flutter_credit_card/master/readme_assets/credit_card_float_preview.gif" alt="The example app showing card floating animation in mobile" width="227"/>
2929
</figure>
3030
</td>
3131
</tr>
@@ -35,13 +35,13 @@ A Flutter package allows you to easily implement the Credit card's UI easily wit
3535
<figure>
3636
<figcaption><b>Floating Card on Web</b></figcaption>
3737
<hr/>
38-
<img src="https://github.com/simformsolutions/flutter_credit_card/blob/master/readme_assets/credit_card_float_cursor_preview.gif" alt="The example app showing card floating animation in web" width="227"/>
38+
<img src="https://raw.githubusercontent.com/SimformSolutionsPvtLtd/flutter_credit_card/master/readme_assets/credit_card_float_cursor_preview.gif" alt="The example app showing card floating animation in web" width="227"/>
3939
</figure>
4040
</td>
4141
</tr>
4242
</table>
4343

44-
## Migration guide for Version 4.0.0
44+
## Migration guide for Version 4.x.x
4545
- The `themeColor`, `textColor`, and `cursorColor` properties have been removed from `CreditCardForm` due to changes in how it detects and applies application themes. Please check out the example app to learn how to apply those using `Theme`.
4646
- The `cardNumberDecoration`, `expiryDateDecoration`, `cvvCodeDecoration`, and `cardHolderDecoration` properties are moved to the newly added `InputDecoration` class that also has `textStyle` properties for all the textFields of the `CreditCardForm`.
4747

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_credit_card
22
description: A Credit Card widget package with support of entering card details, and animations like card flip
33
and float.
4-
version: 4.0.0
4+
version: 4.0.0+1
55
homepage: https://github.com/simformsolutions/flutter_credit_card
66
issue_tracker: https://github.com/simformsolutions/flutter_credit_card/issues
77

0 commit comments

Comments
 (0)