flutter_platform_widgets
                                
                                 flutter_platform_widgets copied to clipboard
                                
                                    flutter_platform_widgets copied to clipboard
                            
                            
                            
                        Switch to ColorScheme Planning
Google has a project where they are switching widgets to rely upon ColorScemes, see:
https://docs.google.com/document/d/1kzIOQN4QYfVsc5lMZgy_A-FWGXBAJBMySGqZqsJytcE/edit#heading=h.pub7jnop54q0
Possible tracking issue is:
https://github.com/flutter/flutter/issues/36624
Not immediate, but we should possibly plan to be looking at this over this summer in 2020 in order to move to ColorSchemes in widgets instead of colors, etc
Can do this on the beta branch as it arrives, then once in stable publish to pub.dev
sounds good, I just started revamping my own internal boilerplate code to prepare for the switch as i can set colorscheme vars and than re-use them currently in themes per the mapping docs to what is around the corner.
its going to make theme-ing dramatically easier
most of it seems to be in place on the Material theme side already started using it my copy of this projects example have not run into any place where its not in place on the Material side