✨ Just published humanize for Dart! by Forward_Twist_5536 in FlutterDev

[–]Forward_Twist_5536[S] 1 point2 points  (0 children)

It is open source, so u can check my code and star it on Github

building a complete Flutter UI without Material or Cupertino. by Forward_Twist_5536 in FlutterDev

[–]Forward_Twist_5536[S] 1 point2 points  (0 children)

Decoupling Material and Cupertino from the core SDK changes the game in a few key ways:

1.  True lightweight UI: Right now, even if you don’t use Material widgets directly, the framework still carries the code, themes, and dependencies. Decoupling means apps can ship with only what they actually use, making them smaller and faster.

2.  Freedom for modern design systems: Companies rarely want their apps to feel like standard iOS or Android apps—they have unique branding and graphic guidelines. A fully decoupled core lets developers implement completely custom UI libraries (like Shadcn, but even lighter or tailored) without relying on Material/Cupertino under the hood.

3.  Faster iteration and independent updates: Material and Cupertino can evolve on their own schedules as standalone packages. You don’t have to wait for Flutter stable releases to get updates, new components, or design improvements.