
matan is π
@MatanLurey
Followers
2K
Following
14K
Media
413
Statuses
8K
He/him. Engineer @Google, Stuff @FlutterDev. I have notifications disabled and may be slow to respond. https://t.co/kmqe5tf8OK
San Jose, CA
Joined February 2014
RT @FlutterMerge: "Adds a MCP server for working with the engine" by gaaclarke was merged into #Flutter master httpβ¦.
0
4
0
I agree with this. For the "but our design system only allows ___", that's fine! Use a typed object, i.e. "FooTitle" instead of "String". It can always just be a Widget itself, or just be a plain Dart object.
dunnhq.com
What is it? Are you obsessed? Do you need help?
#Flutter tip: If you're passing primitives (String, int, double, etc) only to wrap them in Text, you're (probably) doing it wrong. Have the Widget take in other Widgets. This gives the calling code A LOT more flexibility and consistency.
0
1
16
RT @schultek_dev: Jaspr is now mentioned on as a great way to build websites with @dart_lang ! π―. It's so cool to fβ¦.
0
18
0
We just published Flutter 3.32 Hotfix 1 (3.32.1):. Fixes to devtools, android gradle tooling, wide gamut images appearing green, and flutter "flavor" tooling.
github.com
Flutter makes it easy and fast to build beautiful apps for mobile and beyond - flutter/flutter
3
9
91
One thing worth mentioning is there was always (for years!) a way to suggest to the Dart formatter that "do not mangle this":. ```.var x = [. 1, //. 2,. 3.].```. I use `//` liberally as a hint for "it's important that this isn't collapsed", and that's been enough (for me).
The dart 3.7 trailing commas policy appears to be controversial in the community. I find it to be a good change for the simple reason that there will never again be a discussion on PR or meetings about trailing commas. It's a waste of time, just use the standard.
0
0
1
RT @sethladd: We are continually working with the Dart team to design language features that could make Flutter code more concise and beautβ¦.
0
9
0
RT @AndroidDev: Gemini in Android Studio now offers first-class support for Dart and Flutter development! β¨ You can now leverage the powerβ¦.
0
27
0
RT @FlutterDev: Drum roll, please π₯π₯π₯ Flutter 3.32 is here! . π Hot reload on web (Experimental) .π Widget library updates (Cupertino fidelβ¦.
0
115
0
RT @joshwoodward: The @NotebookLM app is alive! Android. iOS. Get it now! And let us know what you think!.
0
30
0
Not a sexy change, but a super important one: let's the Flutter iOS and macOS embedders call Swift-only APIs, of which Apple is using more and more.
0
0
16