-
Because of dart3, the switch's case is also broken by default without break keyword.
-
### Describe the bug
I upgraded Dart3 flutter3.10, my rust part works fine in debug mode, but after release it doesn't work properly as expected, I tried to upgrade ffigen, but at the moment codegen …
-
Upgrader v7.0.0 has a dependency on the older http v0.13.6.
Now with Flutter 3.10/Dart3 we have a new http v1.0.0
Please consider upgrading to use that instead.
```
Because upgrader >=7.0.0 depe…
-
Otherwise the error coming from analyzer later is more confusing. Ideally we'd make an error with a message that gives some pointers towards a workaround.
-
usually, I use `dartz` `Either` to be able to use Multiple Return like Record does
I mock my Abstract Class for unit tests, using `Either` works fine, but it's a hassle to use `Either`
so I refa…
-
### Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
### Steps to Reproduce
launch app will crash
### Expected Result
```
CoreFoundation
_CFRelease + 88
1
CFNet…
-
currently the gn wrapper fails with this on an armv8l host
```
Traceback (most recent call last):
File "/builds/selfisekai/aports/testing/dart3/src/dart-sdk-3.0.0-417.4.beta/./tools/build.py", li…
-
### Describe the bug
When trying to pass an argument like ```(url: String)``` i seem to encounter an error on the flutter side of my code telling me that my .so, .dll or .dylib has no symbol:
![Scre…
-
![image](https://user-images.githubusercontent.com/149732/235615360-303500e3-78b0-4a37-908f-6fcadcb82d2a.png)
We probably need this when we switch to Dart 3.0 beta to do stable analysis.
-
I haven't found an obvious minimal reproduction for this, unfortunately. If any dart2js folks can point me towards likely culprits that may help me narrow it down. But here's the reproduction:
1. […