-
o,
I am encountering an issue with the auto-fix feature for imports in Dart SDK 3.5.3 within Visual Studio Code. When I press for quick fixes (auto-fix) to import a file, no suggestions are provide…
-
### Page URL
https://dart.dev/tools/linter-rules/avoid_classes_with_only_static_members.html
### Page source
https://github.com/dart-lang/site-www/tree/main/src/content/tools/linter-rules/individua…
-
It's really not safe to reference `Map` or `String` in the case where someone does `import "dart:core" as foo;` – in practice this should be rare.
Same for other types. In general, we just write ou…
-
_From @kevmoo on March 7, 2013 0:47_
Does library W import library X, but never uses code from X?
Does package Y define package Z as a dependency, but never imports from Z?
Great things for analyzer…
-
Hey folks! I've finally got all of Wasm GC implemented for Wasmtime and all spec tests passing.[^1] I also have a sizable backlog of potential optimizations to do. But, of course, it seems pretty sill…
-
Apologies if this already exists, I can't seem to find anything about it (I expected it'd be listed in [complex commands](https://code.visualstudio.com/docs/extensionAPI/vscode-api-commands) if anywhe…
-
Body:
## Environment
- FlutterFlow project
- `phyllo_connect` version: 0.3.5
## Description
I'm trying to integrate the `phyllo_connect` plugin into a FlutterFlow project, but I'm encountering …
-
The current implementation of `Int64` stores the underlying integer as 3 integer fields:
```dart
class Int64 implements IntX {
// A 64-bit integer is represented internally as three non-negative
…
-
Create:
### test.dart
```dart
part "part.dart";
main() {
print(fromPart());
}
```
### part.dart
```dart
import "lib.dart"; // "from part";
```
### lib.dart
```dart
void …
-
### Bug description
Building for wasm not supported
### Steps to reproduce
Flutter build web --wasm
### Code sample
Code sample
```dart
import 'package:flutter/material.dart';
import 'packag…