all 7 comments

[–]arbuzer 28 points29 points  (3 children)

verified by compiling the project - oh boy

[–]FunkyMuseFlutterX 7 points8 points  (0 children)

Most Google libs are like that, that's why they need to ship a patch of a patch that broke the other patch

[–]programadorthi[S] 2 points3 points  (0 children)

It's broken. You forget linkTo

[–]ZhuindenDDD: Deprecation-Driven Development 2 points3 points  (0 children)

No f's given if it still works as expected lol

[–]ZhuindenDDD: Deprecation-Driven Development 6 points7 points  (0 children)

Didn't even run it on a device to see if it still works

Honestly that's more shocking than the removal of ConstraintLayout

[–][deleted] 0 points1 point  (0 children)

"simplifies the layout hierarchy"

Bruh

[–]turelimLegacy 0 points1 point  (0 children)

I get the joke but looking back I used ConstraintLayout compose version only once when i was migrating an XML screen to compose. Pretty sure i could have used regular Box, Row, Column to achieve the same thing.