-
### Describe the bug
Here's the `native/src/api.rs`:
```rust
use as_any::AsAny;
mod ithkuil_svg;
mod primary;
mod quarternary;
mod secondary;
mod tertiary;
mod utils;
pub trait Chara…
-
There is an issue installing this as a binary with the latest dart version using `dart pub global activate arb_utils`. It appears to be due to a bug with the `posix` package which has been fixed in th…
-
### Describe the bug
if we have an async function that takes a mutable argument, it will complain about not unwindsafe.
`pub async fn mutable_borrow(obj: &mut MyNonEncodableType) {}`
No worries, we…
-
The Http package is now updated to the 1.0.0 stable version.
```
Because background_downloader 7.1.0 depends on http ^0.13.0 and no versions of background_downloader match >7.1.0
-
The serializer checks if the `data` field inside the data object is not null, but that check is wrong. It should check if the data object itself is not null (but that is not possible due to non-nullab…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
if a case has any statement, dart3 puts `break;` by default,
but I don't want that, I want to continue checking for other cases
So, Here's the code I wrote:
```dart
void main() {
String greet…
-
I'm trying to build 3.0.0-425.0.dev and I'm failing with this:
```
ninja: job failed: python3 ../build/gn_run_binary.py compiled_action ../tools/sdks/dart-sdk/bin/dart -Dsdk_hash=0000000000 --packag…
-
Starting in Dart3.beta, the Dart SDK will not support the option to pass in `--no-sound-null-safety flag`, Flutter would also have to change to not support this option when building/running Flutter ap…
-
### Describe the bug
**In Windows and macOS, the generated code works well.**
```dark
void store_dart_post_cobject(
DartPostCObjectFnType ptr,
) {
return _store_dart_post_cobject(…