Devon Carew

Results 122 issues of Devon Carew

This PR updates the deps and pubspec overrides to track the new SoT of several Dart core packages (these now live in dart-lang/core). - `package:args` - `package:async` - `package:convert` -...

platform-web
platform-fuchsia

For example, the hot reload / hot restart actions in the toolbar.

documentation
P3

There's currently no visual change in the logging page when we lose the device connection. We should make sure there is (put a subtle transparent overlay on the logging items?),...

good first issue
screen: logging
polish
offline
P2

When we receive an event indicating that the app stopped as a result of an exception, we should show that info in the logging view.

screen: logging
P2
reproduce to verify

I'm not able to consistently set breakpoints in the debugger page.

bug
screen: debugger
P2
reproduce to verify

For example, here's some of the text of a 'flutter.error' error message: ``` User-created ancestor of the error-causing widget was: Container file:///Users/devoncarew/projects/sergiandreplace/flutter_planets_tutorial/lib/ui/common/plannet_summary.dart:51:35 ``` We should detect source file references and...

screen: logging
P2

When using the debugger, I've often wanted a full text search of the app. This would be to do things like search for locations where I want to put breakpoints.

enhancement
screen: debugger
P3

- convert dartpad over to use styled_widget This converts uses of `Padding` and `Center` to use extension method from `package:styled_widget`. It may be interesting convert more code over to use...

We should add a standard cookie notification banner, ala https://github.com/flutter/flutter/pull/150347.

P1

After adding support for showing api documentation, the DartPad UI can seem a bit cumbersome. The doc area shows on mouse click - sometimes surprising to users - and resizes...

type-ux