-
Really cool library! I love that it supports runtime compilation.
**I was curious, why did you use FFI & FFI gen?**
It seems more complicated than platform channels + Java & C, especially by re…
-
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 …
-
All of our dependencies are null safe so it would be nice for this to be null safe as well. Any chance we could sponsor you for a few hours to upgrade it to null safety?
-
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 …
-
Protobuf aware tree-shakingb binary ('pkg/vm/bin/protobuf_aware_treeshaker.dart') does the following:
```dart
final printer = BinaryPrinter(sink, libraryFilter: (lib) {
if (removeCoreLibs &…
-
Currently, it appears that `genericArgumentFactories` works only if the mappers use a very specific name format
Consider the following example:
```dart
@JsonSerializable(genericArgumentFactorie…
-
I noticed that the library supports Kotlin and Swift. I wanted to ask if it is possible to use it on a Flutter application? If not, are you thinking on supporting it in the future? In case that it is …
-
Dart VM version: 2.1.0-dev.0.0 (Thu Aug 9 10:17:40 2018 +0200) on "linux_x64"
Dart-to-JavaScript compiler (dart2js) version: 2.1.0-dev.0.0
Following dart code:
```Dart
@JS()
library test;
im…
-
Hello,
I am experiencing issues building an android application on flutter. The IOS app complies with no problems.
The issue seems to be along the lines of Gradle versioning for the third-party …