-
This is a runtime failure in Dart2:
```dart
void readListOfNames(ArgResults results) {
// "List is not a List"
List names = results['names'];
}
```
... but patterns like this are really…
-
Hi guys,
I use your lib in my project. After time, I upgrade the project with Dart 2 and now I have the important issue, so I cannot compile
> Running "flutter packages upgrade" in baby_lear…
pjcau updated
5 years ago
-
**Describe the bug**
When generating an enum that has a value that is a reserved word, the `--reserved-words-mappings` param is ignored
**Expected behavior**
The `--reserved-words-mappings` param…
-
Hey i found your project and wanted to work to update it to dart2 for myself to learn, I forked your repo but am kinda stuck. I cant seem to get your startGame() method to run, i get no errors, just s…
-
Could the sdk version for the pubspec.yaml be changed to `">=1.20.1
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
```
leafp-macbookpro:particledesigner leafp$ mkdir foo
leafp-macbookpro:particledesigner leafp$ ~/src/flutter/bin/flutter packages pub global run dart2_fix foo
Checking foo...
^C
leafp-macbookpro…
-
-
Hello, I was testing and using the grammar of Dart2 with antlr4, but I think for some reason some rule to recognize collection literals is not defined. I run a sample code from https://dart.dev/#try-d…
-
https://github.com/OpenAPITools/openapi-generator/blob/ee0686e13f58f1c7029f76bef5c87d547b68f7d5/modules/openapi-generator/src/main/resources/dart2/api_client.mustache#L34
Cookie authentication, I t…
tek08 updated
4 years ago