FMorschel
banner
fmorschel.dev
FMorschel
@fmorschel.dev
Dart 3.9 will have improved pattern matching completions!
No more missing keyword, or type when selecting the completion suggestion, I made it add automatically!
👉 github.com/dart-lang/sd...
Follow me for updates when 3.9 drops! 🚀
#dartlang #flutterdev
June 10, 2025 at 4:34 AM
In record extensions, the analyzer wouldn't suggest the named fields unless you typed `this.`.

I've fixed it and now both completions and colouring WAI.

This will be out on Dart 3.9

🔗 Details: github.com/dart-lang/sdk/…#dartlangn#flutterdevev

Previous behaviour example:
June 7, 2025 at 3:28 AM
Hey Dart Devs, do you use an IDE that uses Dart LSP (e.g. VS Code - IntelliJ doesn't)? Now with the new Dart 3.8, I added a Ctrl + Click option for your lints that takes you to the the docs!

Built upon @dantup.com work for pub packages!
#FlutterDev #DartLang
May 28, 2025 at 5:15 AM
As of the new Dart 3.8, I added a quick-fix that updates (adds/removes) multiple definitions on import combinators (show/hide)! Check it out!

#FlutterDev #DartLang
May 26, 2025 at 4:39 AM
Something along these lines (a draft example for a To-do app). Probably some tweaks for each app but the broad structure is similar to this. I find it easier to identify things to work on but I guess that is subjective.
March 6, 2025 at 1:48 PM
Yes it does! You can see the tags on the screenshot. They must've forgotten to add it to the analyzer changelog. I'll take a careful look at it again later today and file an issue to add this entry too if I can't find it. Thanks!
github.com/dart-lang/sd...
February 12, 2025 at 9:13 PM