-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
Remove experimental/material_3_demo #2153
Remove experimental/material_3_demo #2153
Conversation
Are there two so we can keep track of the prerelease features that haven't landed in stable yet? |
Yes, I hosted the experimental one myself so I can test some master changes. Right now the experimental demo deployed the new ColorScheme change(flutter/flutter#138521); all components's colors are slightly different, compared with the M3 demo in the root:) |
Can we still keep this one but maybe we can provide a different name to distinguish? Sorry for the confusion🥲 |
The intent of the two versions was that the experimental version is allowed to compile on only The reason they have the same name is to make it effortless to upgrade the stable version when the features on each new flutter stable release. |
Just a suggestion, but you could use the beta branch instead to avoid confusion. |
A BRANCH makes a LOT more sense here. Like we're projecting the need for this code into the wrong dimension |
If we keep using and expanding this demo, it likely should be in its own repository anyway. Then maintaining a separate beta/main branch unique to it would be easier as well. |
I filed an issue with some more thoughts: #2154 |
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.
This makes sense. LGTM:) Sorry again if this caused any confusion.
@QuncCccccc Not a problem at all! I'm glad we're on the same page. |
@johnpryan Is the flutter/samples |
No, it's for the
Possibly, but the the Flutter
Right now we run CI on all samples using the Flutter SDK's |
I don't have a good knowledge of flutter/samples (I filed one PR some months ago), so let me be more practical: On Monday, I saw that the
A change that make it possible to run a samples PR only on flutter/flutter master branch. |
There are two versions of material_3_demo, this removes the one that lives in
experimental/
cc: @QuncCccccc