Skip to content

Commit

Permalink
version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
bholendraofficial committed May 25, 2021
2 parents d83c4e4 + a3737cf commit 1dccc77
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"languageVersion": "2.12"
}
],
"generated": "2021-05-25T17:32:29.009997Z",
"generated": "2021-05-25T19:46:12.679614Z",
"generator": "pub",
"generatorVersion": "2.13.0"
}
3 changes: 2 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
github: [devsigofficial,bholendraofficial]
github: [devsigofficial]
open_collective: devsigofficial
custom: https://www.paypal.me/devsigofficial
2 changes: 1 addition & 1 deletion .packages
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# For more info see: https://dart.dev/go/dot-packages-deprecation
#
# Generated by pub on 2021-05-25 23:02:28.976380.
# Generated by pub on 2021-05-26 01:16:12.611768.
async:file:///Users/bholendrasingh/Library/Android/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.6.1/lib/
boolean_selector:file:///Users/bholendrasingh/Library/Android/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0/lib/
characters:file:///Users/bholendrasingh/Library/Android/flutter/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0/lib/
Expand Down
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# virtualcreditcard
# Virtual Credit Card Flutter Widget

Virtual Credit Card Widget

## Getting Started


https://pub.dev/packages/virtualcreditcard

## Getting Started
This project is a starting point for a Flutter
[plug-in package](https://flutter.dev/developing-packages/),
a specialized package that includes platform-specific implementation code for
Expand All @@ -16,7 +13,14 @@ For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

## How to use
Check out the example app in the example directory or the 'Example' tab on pub.dartlang.org for a more complete example.

## Flutter Virtual Credit Card on Medium
https://devsigofficial.medium.com/flutter-virtual-credit-card-e068c018dd0d


## iPhone Screenshots

![Simulator Screen Shot - iPhone 12 Pro Max - 2021-05-25 at 23 24 18](https://user-images.githubusercontent.com/68972487/119545571-995f8580-bdb0-11eb-8728-c12f944effd9.png)
![Simulator Screen Shot - iPhone 12 Pro Max - 2021-05-25 at 23 24 23](https://user-images.githubusercontent.com/68972487/119545577-9b294900-bdb0-11eb-80af-2df5ebd6c4c7.png)
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.2"
version: "0.0.3"
sdks:
dart: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: virtualcreditcard
description: Virtual Credit Card Widget
version: 0.0.2
description: Virtual Credit Card Widget support multiple credit & debit cards preview with the cart type detection.
version: 0.0.3
homepage: https://github.com/devsigofficial/virtualcreditcard.git
issue_tracker: https://github.com/devsigofficial/virtualcreditcard/issues

Expand Down

0 comments on commit 1dccc77

Please sign in to comment.