-
Hi, I was trying to integrate python with flutter using this package but I found that it's not compatible with dart 3.
Is there a workaround (other than downgrading to dart2) to make this possible? A…
-
The Typescript example at http://lab.antlr.org/ is broken. There is no output at all when the Run button is pressed
![image](https://github.com/antlr/grammars-v4/assets/11467530/2a7019d9-57ab-4179-90…
-
Not sure when these started, but `pub run test` fails.
* `dart test/bound_field_test.dart` times out.
* `dart test/function_test.dart` times out.
* `dart test/instance_test.dart` times out.
* `d…
-
Currently, there's no suitable way to perform more expensive operations like image processing. It would be nice to provide some way (by `compute()` function).
The current implementation is a dummy:…
-
Failure occurred on vm-win-release-x64-be
```
=== Failure summary:
FAILED: none-vm release_x64 standalone/io/http_server_close_response_after_error_test
Expected: Pass
Actual: Timeout
Com…
-
There are two classes that are being tested:
* main.dart: A class that is automatically generated and has not been modified.
* divide.dart: A newly created class that performs division.
There are…
-
We've been updating a number of existing Dart 1 projects to be Dart 2 compatible. Unfortunately, some of those projects have large unit test suites that fail under Dart 2 as the browser appears to run…
-
### Description
When I define inside an object a property that is an array of enums, the generated code call a method `listFromJson` that is not defined inside the enum model causing build problems…
-
-
Hello,
this is a feature request. I am interested in building a flutter app for Windows that can connect to midi devices and read data from them. I understand that the Win32 library has such functi…