-
### The bug
## Context
My wife and I have accounts on our local immich instance and we both have the option to `Show in timeline` enabled to see each other's photos.
On web, when either of us sig…
-
Flutter web plugins are currently using `dart:html` and `package:js` to wrap JavaScript APIs. The new version of Dart-JavaScript interop will depend on `package:web` and `dart:js_interop`, respectivel…
-
The [feature specification on parts with imports](https://github.com/dart-lang/language/blob/main/working/augmentation-libraries/parts_with_imports.md) contains the following scope description:
> E…
-
```
/====================================================================================================================================\
| co19/LanguageFeatures/Augmentation-libraries/defining_aug…
-
1. login pub.dev
2. verify pub.dev publisher with my domain
3. `dart pub login`
4. `cat ~/Library/Application\ Support/dart/pub-credentials.json`, copy to GitHub
5. submit ci yaml
![image](http…
-
Hi
I used this lib but when I run my app I get this error:
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'libgpt_tokeni…
-
Hello.
I use this library for Flutter Web.
```Dart
static Client createRemoteClient(Credentials credentials) {
var dio = WdDio(debug: true); // Exception
final client = Client(
uri: cred…
-
### What happened?
https://developer.android.com/guide/practices/page-sizes?hl=zh-cn
Can you provide a version adapted to Android 15 16KB?
### Repro steps
1. dependencies:
realm: ^20.0.0
2. …
-
It would be great if Dart could be compiled in a "freestanding" way, this means compile without any OS assumptions. It could make it easier to embed Dart into unique places like UEFI without patching …
-
There has been a long-standing tension in Dart between the desire to have `operator==` be typed tightly to take the type of the receiver, and to have it typed loosely to avoid runtime errors when call…