Advertisement · 728 × 90

Posts by FMorschel

Do comments count? 😅

15 hours ago 0 0 1 0

I would be so happy to see poll support in @bsky.app 🥺

It would change the way I do open-source because I really care about y’all’s opinion 🫶

1 week ago 9 4 0 0

Code should be self-documenting: the code should reveal *what* it is doing. But, this will rarely tell you *why* the code is doing it, and that's where well-written comments are needed. Same for commit messages. The diff will tell you *what* got changed, but the commit message should tell you *why*.

1 month ago 5 2 0 0

I struggle with the same thing! Most of my SDK contributions are not visually compelling and most are bug fixes 😅
If you ever find out how to handle it, I'm all ears 😂
If I figure it out I'll be sure to let you know!

1 month ago 1 0 1 0
Post image

So, as if I haven't been doing enough stuff lately, I also decided to finally release my `AutoLayoutFrame` Flutter widget

Yes, just like the Figma thing! ✨

still need to iron out some bugs/tests before it goes out, but we're getting there

2 months ago 7 1 0 0

...and that's still not "the big thing" I'm releasing this month!
Thankfully I'm getting some help from @jolexxa.bsky.social and @fmorschel.dev on that so stay tuned 🤫🩵 #FlutterDev

2 months ago 3 1 0 0
Preview
due_date | Dart package A package for working with repeating DateTime patterns (like the same day every month).

📅 Tired of tricky date logic in Dart?
Try DueDate - the easy way to handle recurring dates and periods! Effortlessly manage things like "last day of every month" or check if a date falls within a range.

Get started now: pub.dev/packages/due_date
#DartLang #Flutter #OpenSource

2 months ago 4 0 1 0

I created a new account for my new app. Would be cool if you could give it some likes and follow

2 months ago 4 2 1 0
Post image

Free download at sharingme.app/get

2 months ago 3 2 0 1
Preview
What Actually Makes You Senior The one skill that separates senior engineers from everyone else isn’t technical. It’s the ability to take ambiguous problems and make them concrete.Retry

What Actually Makes You Senior terriblesoftware.org/2025/11/25/w... - very interesting take

3 months ago 8 1 0 0
Advertisement
Post image

Compete for $20,000 in prizes in the “Build your Flutter Butler with Serverpod” hackathon! 🏆 Submit your entry before the end of January. Host your app for free on Serverpod Cloud until March 10th! 🥳
Join here: 👉 https://serverpod.devpost.com/

4 months ago 3 3 0 1
Post image

Are you upgrading Very Good Analysis correctly? 🤔

If you use Dependabot, it updates pubspec.yaml but not analysis_options.yaml if you pinned a version.

Use the latest version instead, then Dependabot PRs are all you need (aside from fixing warnings/errors). 👍

pub.dev/packages/ver...

5 months ago 1 1 1 0

Hey @labenz.dev I was watching the minesweeper observable Flutter and you mentioned disabling tooltips for the build show. I'd suggest looking into VS Code profiles. You can have specific settings and extensions for each of those (if you dislike project specific ones)

5 months ago 1 0 0 0
Preview
Recursive function calls in `Show Call Hierarchy` distinction to avoid infinite tree · Issue #258860 · microsoft/vscode Context at dart-lang/sdk#61213. Say you have these functions: void foo() { foo(); } void bar() { foo(); } This is the current UI for Show Call Hierarchy: But since foo calls itself, we can go on fo...

Hey everyone! Do you use @vscode.dev?
Then take a look at my issue for the Call Hierarchy view!
github.com/microsoft/vs...

6 months ago 2 0 0 0

I actually have it set up to a Spotify playlist nowadays hahaha

6 months ago 1 0 0 0

Oh, these things never worked for me 😅

I turn them off (I had to do some math, solve a maze and some other things, all one after another with the music playing) and then immediately go back to sleep 😂

Maybe the music wasn't the best one or whatever but it didn't work hahaha

6 months ago 0 0 1 0

That is why I have a cup 😂
I tend to avoid having to open the bottle. With the cup is even easier (it feels small but it makes me drink a lot more, IDK why)

6 months ago 0 0 0 0
Advertisement

Always keep an easy way to access it. I usually go for a cup (not bottle because you then need to open it) and a bottle close to me (usually on the ground but if you have the space) so I can refill it when I empty it
Easy access for things you want to do more and hard access to stop doing is the way

6 months ago 1 0 1 0

If you’re looking for production-ready alternatives:

- Language: @dart.dev
- Webapp UI: @flutter.dev
- Reactive websites: Jaspr by @schultek.dev ( jaspr.site )
- Monorepo: Dart Workspaces & Melos ( melos.invertase.dev )
- Backend frameworks: @serverpod.dev & Dart Frog

Repost to spread the word 🫶

6 months ago 24 8 1 0
Preview
GitHub - psygreg/linuxtoys: A collection of tools for Linux in a user-friendly way. A collection of tools for Linux in a user-friendly way. - psygreg/linuxtoys

Yeah hahaha

Here it is: github.com/psygreg/linu...

6 months ago 1 0 0 0

I'm so waiting for Cosmic to be launched! Hopefully I can make my whole workflow (some specific windows apps from work are my wory) work on POP (possibly using LSW - yes it exists)

But between the above, I have no preference, only used Ubuntu previously so I can't say

6 months ago 1 0 1 0

Does anyone know how to make the new `.gradle.kts` extension files display syntax highlight/colouring? My VS Code refuses to have any colouring for these files, no matter what I do 🙃

7 months ago 0 0 0 0

Yes! I love contributing to Dart! I've learned so much from really nice and smart people!

Please everyone, if you are even a little bit interested in contributing, reach out (to me or any team member) so we can make things better!

7 months ago 2 0 1 0

Dart 3.9 is out! With many improvements to DAS and much more!

medium.com/dartlang/ann...

7 months ago 2 0 0 0
Post image

Dreaming of contributing to Flutter but don’t know where to start? ✨

@kerberjg.bsky.social will guide you step by step to make your first contribution, from fixing bugs to improving widgets and docs or adding features — without the intimidation 🤗

Don’t miss it 👉 flutterfriends.dev

8 months ago 21 7 0 2

If I was attending @flutterfriends.dev this would have been my favourite topic to attend!

8 months ago 6 1 1 0
Advertisement

We’re consciously decoupling. 😉

8 months ago 9 2 0 0

The latest Flutter beta was updated on Aug 1: 3.35.0-0.2.pre

We're locking down for the next stable release. We'd love to know if you find any show stoppers as soon as possible. Please file issue with the `flutter --version` info included.

8 months ago 5 2 0 0
Preview
☂️ Move the material and cupertino packages outside of Flutter · Issue #101479 · flutter/flutter This issue tracks the work to formally decouple the material and cupertino libraries from the core Flutter framework and establish them as standalone, first-party packages on pub.dev. ➡️ 📄 Read mor...

It’s happening! The #FlutterDev core team decided to move Material and Cupertino outside of the framework, and instead focus on a core set of design-neutral widgets! ✨💙

Time to get involved 🥳

github.com/flutter/flut...

8 months ago 24 7 6 1

Aaand here’s there big reveal!
Ya girl is giving a talk at @flutterfriends.dev 💙✨

So excited to have been chosen together with so many talented #FlutterDev s 🥹

9 months ago 23 5 4 0