I'm not sure if this is due to flutter version conflict or anything (i'm using the supposedly stable version 1.12.13+hotfix.5) but when i was in the middle of MDC-103 i realized that the shrine app "Next" Raised Button did change correctly when the buttonTheme attribute was changed, but for some reason the "Cancel" Flat Button didn't.
Just like the image below shows, the flat button remains the same, as opposed to the brown font showed in the codelab.
I found that adding ButtonTextTheme.normal to buttonTextTheme in buttonBarTheme fixes this issue but since there is no sign of this configuration in the 104-complete branch of this codelab, i thought i should create this issue as it might be a bug.
I'm not sure if this is due to flutter version conflict or anything (i'm using the supposedly stable version 1.12.13+hotfix.5) but when i was in the middle of MDC-103 i realized that the shrine app "Next" Raised Button did change correctly when the buttonTheme attribute was changed, but for some reason the "Cancel" Flat Button didn't. Just like the image below shows, the flat button remains the same, as opposed to the brown font showed in the codelab.
I found that adding ButtonTextTheme.normal to buttonTextTheme in buttonBarTheme fixes this issue but since there is no sign of this configuration in the 104-complete branch of this codelab, i thought i should create this issue as it might be a bug.