Oddbean new post about | logout
 #Flutter Crew: I'm looking for professional examples of open source apps in #Dart that: 
- only use the widgets.dart package and build out custom widgets from there (no Material or Cupertino, por favor)
- put their whole design system in a separate package 
@franzap @water783 @leo  
 I think that would be a lot of work, most devs I talked to just override material, 
as it provides all the accessibility stuff.
Maybe if you look more into the gamedev side?
Like https://www.youtube.com/watch?v=ffbDB6XGHZM 
 Incorporating Material into your own widgets sounds more elegant and professional to me.  
 Thanks, good tip! 
 From my experience it's better to just extend the material widgets 
 Any projects you know that do that really well?  
 Nothing, if i remember some project ill let you know 
 Much appreciated! 

It's an important and foundational choice for me. 
 maybe you can try to find some project build for wechat or huawei with flutter 
 Neil wanna build Wechat of the West? 
 There was a framework build wechat apps with flutter. They has their ui framework such **MPScaffold** and **MPAppBarPinned** . But they had update to version 2.0 . It din't support this ui framework now. 
 I'm going to use this is my main benchmark :Zapchat: 
https://youtu.be/lTy8odHcS5s 
 Agree it might be useful to build on top of Material, it can be bent to be lots of things and likely best underlying support.

Here's an example of another design system: https://github.com/serverpod/stockholm 
 Also you can check out this repo: 
https://github.com/lohanidamodar/flutter_ui_challenges. 

It has various examples of custom Flutter UI designs built without relying on Material or Cupertino components.