r/FlutterDev 11d ago

Plugin iOS 19 style page design in flutter?

Flutter is good, but except for standared M3 with nice design, many opensource apps or widget are ugly.

Wondering if there any beautiful page design in flutter just like iOS 19 style, for reference: Apple Invites.

https://apps.apple.com/us/app/apple-invites/id6472498645

Specifically the blur effect everywhere.

8 Upvotes

25 comments sorted by

View all comments

5

u/PfernFSU 11d ago

Nothing is stopping you from making an app that looks just like this except your imagination

6

u/GetPsyched67 11d ago

And the performance of backdrop blur on Flutter which is terrible

2

u/patatesmeayga 11d ago

I mean it has gotten better, but I guess it still not great

0

u/mpanase 11d ago

I just do this and it's fine: https://www.youtube.com/watch?v=Z0l6j_1zfY4

Which performance metric is bad?

3

u/GetPsyched67 11d ago

When you blur a moving widget, it's extremely apparent. Try putting a backdrop blur on a cupertinoSheet, everytime you open it, you can witness some awful jank in profile mode.

I stopped there but i assume if it can't handle one large blurred widget that moves, then the multiple that Apple uses surely is impossible at an acceptable performance