Devon Carew
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` -...
For example, the hot reload / hot restart actions in the toolbar.
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?),...
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.
I'm not able to consistently set breakpoints in the debugger page.
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...
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.
- 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.
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...