Seth Ladd
Seth Ladd
After upgrading to 1.5, I noticed this in the console:  Not sure if this affects anything yet. More of a head's up.
Errors in output: ``` unknown include #regex.dart reloading plugin Default.block reloading plugin Default.comment reloading plugin Default.copy_path reloading plugin Default.delete_word reloading plugin Default.detect_indentation reloading plugin Default.duplicate_line reloading plugin Default.echo reloading plugin...
Hi! New syntax is coming in 1.12. Here's some samples: ``` print(exp ?? other); // prints other if exp is null obj ??= 'hi'; // sets obj to hi if...
Hi, I couldn't find out how to jump to a definition. For example, assume I have code like this: `var file = new File('tmp.txt');` And my cursor is on `File`....
Saves time over multiple deploys.
If the analysis server gets frozen, takes too long to respond, takes too much CPU, etc, then we can help our engineers diagnose and fix issues by requesting a stack...
Just curious what we'd have to do, if we wanted to. (not being dogmatic... a working plugin is more important than writing everything in Dart. But, if it's not a...
Hi. Just tried to view the site on my iPhone. The site was too wide. Maybe add a viewport and some CDs media queries?