-
Notifications
You must be signed in to change notification settings - Fork 7.8k
[Material] Material theme builder #313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
██╗ ██████╗ ████████╗███╗ ███╗
██║ ██╔════╝ ╚══██╔══╝████╗ ████║
██║ ██║ ███╗ ██║ ██╔████╔██║
██║ ██║ ██║ ██║ ██║╚██╔╝██║
███████╗╚██████╔╝ ██║ ██║ ╚═╝ ██║
╚══════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝
@@ -0,0 +1,20 @@ | |||
# Build a Material Theme |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have a general format for these READMEs that we like to use (goals, important bits, etc.). You can see it in action here:
https://github.com/flutter/samples/tree/master/isolate_example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please re review that file.
@willlarche is this still in progress? |
Hey @willlarche can we land this please? |
- Updated ThemeData to baseline values
Update readme
5aee8f4
to
235de72
Compare
This reverts commit 9a33d45.
App showcasing how theming works in Material library. Created for the Flutter Interact event 2019.