-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed allof without parameters generation * Updatecd pubspec and changelog * Fixed analyser issues * Fixed issue 331 with List<List<User>> * Updatec pubspec and changelog. Removed not needed code * Updated gitignore * Added ability to generate files from urls * Improved code generator * Updated changelog and pubspec * Added main.dart * Removed generation of indexes file * Updated changelog and pubspec * Fixed parameter names generation * Revert "Removed generation of indexes file" This reverts commit 4ad82db. * Fixed generation of client index file * Fixed enum names generation * Updated pubspec and changelog * Added possibility to cache files * Issue #340 added generation of toString overrides * Updated dependencies and added lints * Updated lints * Fixed enum names generation from x-enumNames and x-enum-varnames * Fixed tests * Updated changelog and pubspec * Fixed tests Co-authored-by: uladzimir_paliukhovich <>
- Loading branch information
1 parent
eb4c345
commit e195767
Showing
32 changed files
with
1,905 additions
and
2,096 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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# https://www.dartlang.org/guides/language/analysis-options | ||
|
||
include: package:lints/recommended.yaml | ||
|
||
analyzer: | ||
strong-mode: | ||
implicit-casts: false | ||
exclude: | ||
- example/**/*.dart | ||
- lib/**/*.g2.dart | ||
linter: | ||
rules: | ||
- type_annotate_public_apis | ||
- void_checks | ||
- unnecessary_new |
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
Oops, something went wrong.