-
I'm looking for a way to use native assets in a [pub-configured executable](https://dart.dev/tools/pub/cmd/pub-global#configuring-package-executables).
I apologise in advance if this is already imp…
jackd updated
2 months ago
-
### Contributing guidelines
- [x] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree
### I've found a bug and chec…
danog updated
3 weeks ago
-
### Please describe your bug
I did a fresh checkout from git, then `flutter run` and got the error below. An application window popped up, but it was just a black rectangle with the typical flutte…
-
### Platform
Dart
### Obfuscation
Disabled
### Debug Info
Disabled
### Doctor
[✓] Flutter (Channel unknown, 3.0.5, on macOS 14.6.1 23G93 darwin-arm (Rosetta), locale zh-Hans-CN)
• Flutter v…
-
### Version
^9.0.7
### Platforms
Android, iOS
### Device Model
emulator, iPhone 15 Pro Plus
### flutter info
```sh
[✓] Flutter (Channel stable, 3.24.4, on macOS 15.1.1 24B91 darwin-arm64, local…
-
### My Environment: Python 3.12.3 + Visual Studio 2019
`python blutter.py ./arm64 ./output -- ./arm64 contains libapp.so and libflutter.so`
> Here are their compressed original files: [arm64.…
-
### Is there an existing issue for this? (Please read the description)
- [X] I have searched the existing issues
### Current Behavior
Sometimes Spotube plays the wrong track instead of the correct …
-
When exploring the Dart standard library, it becomes evident that exceptions are the primary mechanism for handling errors. This approach works seamlessly in most scenarios—until you introduce isolate…
-
### Steps to reproduce
I don't have a reproducible sample yet.
This happens on a large-ish production app.
### Expected results
No exceptions to be thrown
### Actual results
Since upgrading to…
-
Consider the following program consisting of two libraries:
```dart
// --- Library 'n045lib.dart' (version 3).
abstract class A {
int get _private;
}
void foo(A a) => print(a._private);
…