-
css跟组件都是按需加载配置成功之后终端会提示这个
As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Recommendation: add `$E: null` at the stylesheet root.
$E: $element !global;
As of…
-
Hello,
(Appreciate macros are experimental so likely this isn't something which can be fixed yet)
When editing a file which contains a macro class, the reloader throws an exception. Note this ha…
Ehesp updated
1 month ago
-
Stream `sane_read()` response instead of needing to call this method repetitively.
-
OS version: IOS 18.1
Other versions:
flutter 3.24.4
media_kit: ^1.1.11
media_kit_video: ^1.2.5
media_kit_libs_video: ^1.0.5
Device: iPhone 16 pro max
When flutter app starts on ios d…
-
CI tests seem to have been inadvertently disabled in #4.
```console
> pub run test --platform vm
00:02 +0 -1: loading test/http_retry_test.dart [E] …
-
The following code is inferred inconsistently between the CFE and the analyzer:
```dart
void main(){
String? variable;
var f = Future.value(variable);
Future x = f;
}
```
The analyze…
-
All DART API calls validate the unitId arguments (source and destination) to be in the range `0
-
Currently, https://github.com/exercism/dart/blob/main/.github/workflows/test.yml checks the formatting before running the test suite, potentially failing before the test suite is checked. This should …
-
The current Dart SDK version is 3.0.5.
Because clima requires SDK version >=2.12.0
-
This is an anonymous automated crash report.
```
StateError: Bad state: Future already completed
File "future_impl.dart", line 44, in _AsyncCompleter.complete
File "navigator.dart", line 360…