-
Hello, I'm got this error when trying to add new not null column with `clientDefault()`
example column
```dart
TextColumn get uuid => text().clientDefault(() => UUID.v4())();
```
add via mi…
uocnb updated
4 years ago
-
Sample failure:
```
FAILED: none-vm release_ia32 service/get_retained_size_rpc_test
Expected: Pass
Actual: RuntimeError
CommandOutput[vm]:
stdout:
** Launching SERVICE_TEST_TESTEE=true out/R…
-
Trying to codegen the following class fails:
```
class Employee {
@Serialize.field('first_name')
String first_name;
}
```
with error log:
```
INFO: 2016-04-16 20:19:03.127503: Rebuild requested…
-
quick blue irregularly throws this **PlatformException(Characteristic unavailable, null, null, null)**
E/flutter (21750): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Pl…
-
The frontend_server currently communicates with tooling using a text-based protocol over stdin/stdout.
This makes evolving the API with a soft-transition difficult. For example, the hard transition…
-
On a regular domestic router, no firewall, I'm unable to get any srflx candidates on either MacOS, iOS simulator, or iOS builds.
A browser test from the same machine works fine.
**To Reproduce**…
-
I recently discovered the [`avoid_slow_async_io`](https://dart-lang.github.io/linter/lints/avoid_slow_async_io.html) lint.
The documentation to [`File.exists`](https://api.dartlang.org/stable/2.2.0…
-
https://ci.chromium.org/ui/p/flutter/builders/staging/Mac_arm64_ios%20hot_mode_dev_cycle_ios__benchmark/44/overview
https://ci.chromium.org/ui/p/flutter/builders/staging/Mac_arm64_ios%20hot_mode_dev_…
-
- Trying to run in an Android Physical Device.
- The code is very similar if not identical to one of the example apps.
This line fails:
`interpreter = await Interpreter.fromAsset(modelPath);`
…
-
Great course, many thanks. New to Flutter/dart, been using Nativescript and looking to move over to Flutter.
I get this on the unknown user.
E/RecaptchaCallWrapper( 8269): Initial task failed fo…