-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update entities * update entities * update entities * new entities * set meta version * setting meta version * remove experimental from README.md
- Loading branch information
Showing
343 changed files
with
3,732 additions
and
37,413 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
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 |
---|---|---|
|
@@ -39,3 +39,4 @@ pubspec.lock | |
|
||
# Mac | ||
.DS_Store | ||
**/*.g.dart |
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 |
---|---|---|
|
@@ -21,3 +21,4 @@ | |
#docs/*.md | ||
# Then explicitly reverse the ignore rule for a single file: | ||
#!docs/README.md | ||
README.md |
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
6.6.0 | ||
7.1.0 |
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
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
6.0.0-beta.2 | ||
6.0.0 |
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,32 @@ | ||
{ | ||
"useEnumExtension": true, | ||
"pubAuthor": "conekta", | ||
"pubLibrary": "conekta", | ||
"pubVersion": "6.0.0", | ||
"pubName": "conekta", | ||
"pubRepository": "https://www.github.com/conekta/conekta-dart", | ||
"pubHomepage" : "https://www.github.com/conekta/conekta-dart", | ||
"pubAuthorEmail": "[email protected]", | ||
"pubDescription": "Conekta dart Library", | ||
"serializationLibrary" : "built_value", | ||
"templateDir": "/local/templates/dart", | ||
"files" : { | ||
"/local/CODE_OF_CONDUCT.md" : {}, | ||
"/local/AUTHORS.md" : {}, | ||
"/local/LICENSE" : {}, | ||
"/local/conekta.png" : {}, | ||
"/local/CONTRIBUTING.md" : {}, | ||
"utils.mustache" : { | ||
"templateType": "SupportingFiles", | ||
"destinationFilename": "utils.dart", | ||
"folder": "lib/src/utils" | ||
}, | ||
"VERSION.mustache" : { | ||
"templateType": "SupportingFiles", | ||
"destinationFilename": "VERSION" | ||
} | ||
}, | ||
"httpUserAgent": "Conekta/v2 DartBindings", | ||
"gitUserId": "conekta", | ||
"gitRepoId": "conekta-dart" | ||
} |
Oops, something went wrong.