-
We have the following unit test in example/test directory of a project:
```
import "package:test/test.dart";
import 'package:dart_native/dart_native.dart';
void main() {
// Define the test
t…
-
### Problem description
int32 negative value turn into highest value int32 = 4294967295
### Reproduction steps
create a dart grpc server , and send a field with type int32 with value -1 or -16
…
-
Hi,
We've done a lot of work on the VM lately (see http://dartlang.org/performance). We'd really appreciate if you rerun the benchmarks and publish new results.
Thanks!
-
In a constructor's initializer list, I'd like expressions to be able to use variables from the same list that were initialized earlier in the list.
I've read https://github.com/dart-lang/sdk/issues…
-
From [the stdout logs](https://logs.chromium.org/logs/dart/buildbucket/cr-buildbucket.appspot.com/8930014990783072816/+/steps/vm_tests_shard_6/0/stdout):
```
-----
FAILED: dartk-vm release_simd…
-
I am new to flutter web. I am using the default counter program. But, I get blank page in chrome and there are no errors in chrome console and flutter console.
## Logs
### flutter run -d chrome:
…
-
Hello again,
I decided to try out hinting the compiler to inline the package's hash functions by using `@pragma('vm:prefer-inline')`, and it appears to have yielded a pretty substantial improvement…
-
Try job `vm-kernel-reload-linux-debug-x64-try` was green (https://ci.chromium.org/p/dart/builders/try/vm-kernel-reload-linux-debug-x64-try/1690) for the change https://dart-review.googlesource.com/c/s…
-
environment:
sdk: '>=2.19.6
-
I integrate Firebase setup using Firebase CLI and I get below error into my Android Device, don't know what is issue because I get the reference from official document Flutter fire. Below is the Error…