MatanLurey Profile Banner
matan is πŸ’™ Profile
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
Don't wanna be here? Send us removal request.
@MatanLurey
matan is πŸ’™
25 days
Really enjoying the crate "cargo-llms-txt":. It creates a plain-text overview of a crate for easy 1-step upload (or reference) for an LLM. A lot cheaper token wise and honestly pretty useful in general (i.e. for plain text diffs between APIs).
0
0
1
@MatanLurey
matan is πŸ’™
1 month
RT @FlutterMerge: "Adds a MCP server for working with the engine" by gaaclarke was merged into #Flutter master http….
0
4
0
@grok
Grok
4 days
Join millions who have switched to Grok.
211
241
2K
@MatanLurey
matan is πŸ’™
2 months
Very cool:
Tweet media one
0
0
12
@MatanLurey
matan is πŸ’™
2 months
Published the first version of a D&D 5e crate, "dnd": .. Working on a silly side project to hook up a Raspberry Pi Pico + eInk display to show basic character stats during a game without needing to have other distracting tech (phone/tablet/etc)​ present.
0
0
2
@MatanLurey
matan is πŸ’™
2 months
Fun! A Rust + WASM implementation of "Game of Life":. I tried this a few years ago, and the Rust ecosystem is a lot more mature now - got lots setup, including test coverage running in Node/Chrome - in <1 hour. 120 FPS, ~9kb Brotli compressed.
Tweet media one
0
1
12
@MatanLurey
matan is πŸ’™
3 months
RT @sethladd: Headspace is hiring for engineers with Flutter experience.
Tweet media one
0
17
0
@MatanLurey
matan is πŸ’™
3 months
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.
Tweet card summary image
dunnhq.com
What is it? Are you obsessed? Do you need help?
@caseycrogers
Casey Rogers
3 months
#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.
Tweet media one
0
1
16
@MatanLurey
matan is πŸ’™
3 months
Made a little micro Rust library to interpret and create process exit codes that are usable cross platform and std-optional:
1
1
6
@MatanLurey
matan is πŸ’™
3 months
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
@MatanLurey
matan is πŸ’™
3 months
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.
Tweet card summary image
github.com
Flutter makes it easy and fast to build beautiful apps for mobile and beyond - flutter/flutter
3
9
91
@MatanLurey
matan is πŸ’™
3 months
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).
@akvus
Maciej
3 months
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
@MatanLurey
matan is πŸ’™
3 months
Anybody currently (or previously) use Flutter and Dart for UI apps, and has dabbled in (or currently uses) some of the Rust-based options (Tauri, Dioxus, etc)?.
4
0
13
@MatanLurey
matan is πŸ’™
3 months
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
@MatanLurey
matan is πŸ’™
3 months
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
@MatanLurey
matan is πŸ’™
3 months
RT @FlutterDev: Drum roll, please πŸ₯πŸ₯πŸ₯ Flutter 3.32 is here! . 🌐 Hot reload on web (Experimental) .πŸ“š Widget library updates (Cupertino fidel….
0
115
0
@MatanLurey
matan is πŸ’™
3 months
RT @ue_man: FlutterVersion is now available in the stable channel πŸ₯³
Tweet media one
Tweet media two
0
12
0
@MatanLurey
matan is πŸ’™
3 months
RT @joshwoodward: The @NotebookLM app is alive! Android. iOS. Get it now! And let us know what you think!.
0
30
0
@MatanLurey
matan is πŸ’™
3 months
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.
@FlutterMerge
Flutter Merge
3 months
"iOS,macOS: Support using public API in Swift" by Chris Bracken was merged into #Flutter master
Tweet media one
0
0
16
@MatanLurey
matan is πŸ’™
3 months
And no, just moving the code from packages/flutter to packages/flutter_material doesn't buy that much - you'd want them to be versioned and released as a separate unit (ideally with proper use of Semver). That is not a trivial change to make.
6
0
3
@MatanLurey
matan is πŸ’™
3 months
If you want to get an example of "owned by Flutter team, but separate from the SDK" in terms of packages, take a look at The team is doing a great job, but it's an extremely hard, labor-intensive activity to maintain well and accept contributions to.
1
0
3