-
# Background
Today we "encode" how to build and test the engine in at _least_ three different places:
## [`ci/builders/*.json`](https://github.com/flutter/engine/blob/1da1597ec60d21534512e1fc6c5…
-
Is this still being actively developed?
-
Hello, and congratulations for your work. I have been looking for something similar for a long time, it is very exciting.
I'm wondering if it is feasable to expose Dart functions and methods to Lua …
-
We have a class called `MultiToken` and another called `ExistingProvider`:
https://github.com/dart-lang/angular/blob/1abcb5c62fc8a8267f1abdb2081d07f40567c56f/angular/lib/src/core/di/opaque_token.da…
-
I would like to reintroduce `rest` / `varargs` parameter (`...rest`) in functions, while also avoiding the problems that caused it to be removed.
I know that Dart use to have a `varargs` parameter,…
-
First off, thank you for your package.
Long story short: I found your package useful, but the current implementation doesn't suit my need, and I was in urgent need of implementing something with SS…
tamcy updated
2 months ago
-
There's a pair of lint rules in the Dart analyzer that detect when we have a Future and neglect to await it:
https://dart.dev/tools/linter-rules/unawaited_futures
https://dart.dev/tools/linter-rules…
-
### Steps to reproduce
I make it short.
I followed the instructions to build flutter engine without success. I got always errors like
>...
> ninja: fatal: CreateProcess: %1 is not a valid Win32 …
-
This error has been reported a few times via the VS Code extension. I'm not able to reproduce it, but I did see it once after working for a few hours and could not reproduce.
```
[Error - 5:02:03 …
-
Currently, it appears that `genericArgumentFactories` works only if the mappers use a very specific name format
Consider the following example:
```dart
@JsonSerializable(genericArgumentFactorie…