i knew about material and ios design systems/widgets for flutter. but i can’t stand ios, and material is not pretty enough.
and…i just discovered mix. oh, look, i can override and apply property templates much easier, now, in a flash. i had no idea this was a thing.
so, what are you folks using to make your designs pop the way you want them to?
Looks very interesting. There are some well known faces on the contributer list. I spotted @BlueAquilae
it also looks like they combined several object types into Pressable, which might make coding a bit simpler.
Depending on the project. Beware when dealing with advanced widgets, MIX is kinda exclusive and require a lot of upfront work. Once started you can never go back. I advice it for basic app not advanced design (for now). Also beware when using it in different Context like Overlay as it will not be able to resolve ThemeData without tricks.
Mix is the best Flutter impl of a design token model but maybe if a piece is missing, it can be months before you get it completed. Like Double Tap … So start with it but beware if it’s a client deliverable.
Leo and the team did an incredible work and fill a missing part of flutter until we can inject group properties one day.
That’s my experience and I can share I use it daily for some personal projects.