Profile avatar
fmorschel.dev
134 posts 102 followers 299 following
Regular Contributor
Active Commenter

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

Filed under breadcrumbs for future talks πŸ˜‰: I regularly take output from one LLM, and feed it into 3 different LLMs for their feedback, ultimately sending it all back to the original LLM for a final draft. I call this process consulting my board of LLMs.

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/… #dartlang #flutterdev Previous behaviour example:

πŸš€ Our multi-platform Flutter Gaussian splat renderer will be open-sourced next week! #Flutter #GaussianSplatting #OpenSource #FlutterDev

πŸ’™ Unlock progress on your Dart/Flutter project! πŸ’‘ Get 1-on-1 help in a 1-hr 'Office Hours' session. As a Dart/Flutter GDE with 45+ years in tech, I can assist with code, design, pairing & mentoring. DM me to book! #Flutter #Dart #CodingHelp #GDE

🐍 Python devs: Tired of VS Code freaking out on f-strings with {{…}}? Let’s fix those brackets! Upvote the issue & RT to bring proper colours for this case: github.com/microsoft/vs... #VSCode #Python

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

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

When a new #Dart release hits the right spot

Am I wrong or is Puro more focused on quickly running on different #Flutter versions, rather than defining a specific version for a project within the team? Pinning a version is not yet supported, but is a must-have for version mgmt #FlutterDev github.com/pingbird/pur...

I was invited to the @hillel.dev ’s #ItsAllWidgets podcast to share my #FlutterDev journey and insights. Have a listen here! itsallwidgets.com/podcast/epis...

Hey #VSCode users, take a look at my issue for enhancing the diagnostics hover: github.com/microsoft/vs... When multiple errors stack up, the UI is not very clear on what we should solve first

Hey everyone! Please try out the new 'Go to Import' command I created for Dart! #FlutterDev #DartLang

We're thinking of adding a new lint to package:lints - dart.dev/tools/linter.... The lint warns about omitted types that can't be inferred and default to dynamic. Try it out and provide feedback to github.com/dart-lang/sd.... Thanks! #dartlang #flutterdev

Who said code can't be an art form?

To be discontinued #FlutterDev 1st party package: flutter_markdown pub.dev/packages/flu... ouch, maybe?🀨 Hope you were not using it. Thoughts? πŸ€”πŸ’™

Want to get Flutter running on devices beyond the platforms that Flutter already supports? πŸš€ With Flutter's support for custom embedders, you can create new ways to put Flutter to work on the platforms that matter to you. See code examples β†’ goo.gle/4eYyE6W

TIL you can wrap your tabs in VS Code πŸ” Not everyone will love this but I find it nice to know when I have too many tabs open

. @k8lovett.bsky.social πŸ™Œ