-
```dart
onChanged: (text) =>
groupController.messageComposeController.textChanged(text),
```
but I think it should ;-)
-
### Is your feature request related to a problem? Please describe.
I found it confusing at first when I wanted to make modifications to the dart generator that the dart folder refers to dart1. Also…
-
Dart SDK 2.0.0-dev.64.1.
**JS**
```javascript
var Foo = function () {
this.value = 42;
};
var foos = [new Foo(), new Foo()];
```
**main.dart**
```dart
@JS()
library js_interop;
i…
-
#### 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…
-
Could you update the parsejs.dart to support dart2, please
-
Hot Reload is one of the biggest selling points of Flutter. It makes development fast. At least when writing user interfaces. Unit tests don't support Hot Reload. With Dart2, spawning a new Isolate fo…
-
I couldn't find in the spec a lot of details explaining deferred checks. The program below:
```dart
import 'a.dart' deferred as a;
main() {
var x = 1;
try {
a.foo(x = 2);
} finall…
-
One of many dart2 optimizations in dart2js: specialize methods so that we can remove parameter checks when we know they are not needed from a specific call-site.
-
Checking the Dart2 specification, 'operator' can be used as a field name. Probably the same problem will occur with other marked keywords.
Keyword Specifications for Dart2
* https://dart.dev/guide…
-
Hello!
I installed Dart SDK 2.1.0, webdev 1.0.1, stagehand 3.1.4 (64-bit Windows 10). And added to the system path value "%APPDATA%\Pub\Cache\bin".
I try to invoke the command "$ stagehand", but rec…