Devon Carew

Results 101 issues of Devon Carew

### Page URL https://dart.dev/tools/pub/troubleshoot ### Page source https://github.com/dart-lang/site-www/tree/main/src/tools/pub/troubleshoot.md ### Describe the problem This page needs to be updated to reference the new location of the pub `credentials.json` file. I believe...

p1-high
e0-minutes
e1-hours
outdated
packages

Consider turning on the `avoid_dynamic_calls` lint. Having dynamic calls in a library can have code size implications on apps which consume the library - the compiler can't do as good...

Hi - this issue is a heads up that we intend to discontinue this package and archive the repo. This package was an experiment in consuming WASM code - integrating...

We should remove nullability from `ArgParser.addFlag({bool? defaultsTo = false})` - just support `addFlag({bool defaultsTo = false})`. For context: https://github.com/dart-lang/args/pull/248#issuecomment-2005002111. This API change would be breaking.

next-breaking-release

Refactor the mobile UI: - move from using three tabs (code, ui, console) to two (code and app output) - when starting to run an app, auto-switch to the app...

- remove the code folding UI from the editor This is just in the interest of simplifying the look of the UI a bit. --- - [x] I’ve reviewed the...

- support multiple keybindings for some actions - run is now cmd-r (as well as the older dartpad binding, cmd-enter); fix https://github.com/dart-lang/dart-pad/issues/2818 - format is now cmd-s (as well as...

Opening this issue after a discussion with @parlough. He noted that DartPad embeddings (an embedded version of DartPad running in an iframe in another web page) is effective but heavy...

type-enhancement
area-embedding

We should experiment with using the monaco text editor (https://microsoft.github.io/monaco-editor/) with dartpad, esp. if we think it could help reduce maintenance costs here (rolling codemirror, ...). It would give us...

type-enhancement

Every time we run an app, we re-request `https://storage.googleapis.com/nnbd_artifacts/3.2.3/dart_sdk.js`, a 1.8MB file. We should improve the caching here.

type-performance
area-preview-ui