vsmenon

Results 23 issues of vsmenon

With an SDK checkout, running: > cd samples-dev/swarm > dart fix --apply . doesn't catch the case here: https://dart-review.googlesource.com/c/sdk/+/253340/2/samples-dev/swarm/App.dart In the IDE, I see this is recognized ("Prefer using ///...

area-analyzer
P3
analyzer-quick-fix

We'd like to track readiness of code for upcoming API deprecations. E.g, if an API is slated to be removed in Dart 3.0, we'd like to be able to mark...

area-library

@L-Sypniewski commented on [Sat Jul 13 2019](https://github.com/dart-lang/sdk/issues/37526) Hi, I've encountered an error while trying to run the page via `webdev serve --auto restart` command, however, when I deploy the website...

We may want to consider building the Dart SDK (i.e., the JS files) from sources instead of using the prebuilt dart_sdk.js. We already ship sources with the SDK (need to...

### What information is missing? Content targeted to Web developers interested in Flutter and Flutter for the Web in particular. Might cover text selection, links, etc., in particular. ### How...

p2-medium
e3-weeks
st.triage.ltw
meta.umbrella
target.web
dev.best-practices

Each time I click "Run" on the counter sample, I see >10MB sent over the network per the image below: ![Screenshot 2023-04-22 6 04 58 AM](https://user-images.githubusercontent.com/2119553/233786529-57c64f9d-81dd-4aa4-809b-2af906af818f.png) This includes multi MB...

type-enhancement
P1

Formalize and document the DDC type system / subtyping rules.

area-dev-compiler

To generate types, we need to know if they are ever implemented via a native class. Our current solution isn't modular / scalable. These are non-native types discovered to be...

P2 medium
area-dev-compiler

We need to record annotations from source onto generated JS code.

area-dev-compiler

In the following code, both A and A.from may be invoked as instance methods on an instance of A. ``` dart class A { T x; A(this.x) { print("Constructing an...

Type: bug
area-dev-compiler