Sam Rawlins
Sam Rawlins
> In step 5, the red recording dot I referred to is the Network recording indicator in Chrome DevTools — it’s the red circle shown in the screenshot below. Small...
Thanks for the details. Let us know if you try on newer Flutter releases.
Good catch. Not sure if it's obvious to others, but it was not obvious to me :D the crash is [eval_on_dart_library.dart](https://github.com/flutter/devtools/blob/1f8b3f50aac8144281ef96648cb066aee51b8321/packages/devtools_app_shared/lib/src/service/eval_on_dart_library.dart#L441). Can we just cast it to a nullable List?...
Looks like we support a subset of ANSI, presumably via a library. Maybe we can change libraries or forward bug to that library.
Thanks for filing an issue and for the reproduction steps!
Thanks for filing an issue. You are using quite an old version of Dart and Flutter. Please try upgrading to a recent version of Dart (like 3.9) and Flutter (like...
@dependabot rebase
https://github.com/dart-lang/dartdoc/issues/3503 "Implement Flutter's @tool snippet natively" can be considered a parent issue for this issue. You are right, @sigurdm that supporting dartpad generally does support only a limited number of...
I believe that Flutter's `{@tool dartpad}` feature amounts to the following: 1. Given some dartdoc like this: ```dart /// {@tool dartpad} /// This sample shows produces an enabled and disabled...
>> Optionally (maybe based on a dartdoc_options.yaml option), Dartdoc would also set the DartPad channel URL parameter. > I think we should leave that out of the first edition. I'm...