flutter_platform_widgets icon indicating copy to clipboard operation
flutter_platform_widgets copied to clipboard

Switch to ColorScheme Planning

Open fredgrott opened this issue 5 years ago • 3 comments

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

fredgrott avatar Jan 31 '20 16:01 fredgrott

Can do this on the beta branch as it arrives, then once in stable publish to pub.dev

aqwert avatar Feb 01 '20 10:02 aqwert

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

fredgrott avatar Feb 03 '20 12:02 fredgrott

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

fredgrott avatar Mar 05 '20 16:03 fredgrott