-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump v0.0.7 * add card scanner * resize image * change to active package * Restructure the code * update readme and set new version * update readme * change seting card data value * fix setting value * update readme
- Loading branch information
1 parent
9c7c425
commit bd8e1f4
Showing
12 changed files
with
447 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,5 @@ migrate_working_dir/ | |
.packages | ||
build/ | ||
credentials.json | ||
.flutter-plugins | ||
.flutter-plugins-dependencies |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
part of credit_card_form; | ||
|
||
enum CardType { | ||
master, | ||
visa, | ||
verve, | ||
discover, | ||
americanExpress, | ||
dinersClub, | ||
jcb, | ||
others, | ||
unionPay, | ||
mir, | ||
invalid | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.