diff --git a/.dart_tool/package_config.json b/.dart_tool/package_config.json index 3782609..89773f6 100644 --- a/.dart_tool/package_config.json +++ b/.dart_tool/package_config.json @@ -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" } diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 37a142c..14fcda8 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,3 @@ -github: [devsigofficial,bholendraofficial] +github: [devsigofficial] +open_collective: devsigofficial custom: https://www.paypal.me/devsigofficial diff --git a/.packages b/.packages index e1835fc..80d41b5 100644 --- a/.packages +++ b/.packages @@ -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/ diff --git a/README.md b/README.md index db9bb3c..3513f7b 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) diff --git a/example/pubspec.lock b/example/pubspec.lock index 39e9d5d..3020ddb 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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" diff --git a/pubspec.yaml b/pubspec.yaml index ef71618..cc99651 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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