You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ A Flutter package allows you to easily implement the Credit card's UI easily wit
15
15
<figure>
16
16
<figcaption><b>Glassmorphism and Card Background</b></figcaption>
17
17
<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"/>
19
19
</figure>
20
20
</td>
21
21
</tr>
@@ -25,7 +25,7 @@ A Flutter package allows you to easily implement the Credit card's UI easily wit
25
25
<figure>
26
26
<figcaption><b>Floating Card on Mobile</b></figcaption>
27
27
<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"/>
29
29
</figure>
30
30
</td>
31
31
</tr>
@@ -35,13 +35,13 @@ A Flutter package allows you to easily implement the Credit card's UI easily wit
35
35
<figure>
36
36
<figcaption><b>Floating Card on Web</b></figcaption>
37
37
<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"/>
39
39
</figure>
40
40
</td>
41
41
</tr>
42
42
</table>
43
43
44
-
## Migration guide for Version 4.0.0
44
+
## Migration guide for Version 4.x.x
45
45
- 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`.
46
46
- 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`.
0 commit comments