-
Notifications
You must be signed in to change notification settings - Fork 247
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
MDC-101 Flutter: Material Components Basics >>> 5. Add buttons #293
Comments
Can you share your version? I'm not having issues with flutter @ HEAD |
I have what I think is the same problem. Just updated Flutter so convenient point to report. The issue appears to be the empty fields in the buttons. Copy of the class pasted at the end. The current iteration also wants 'const' defined in different locations from colab text. $ flutter run CODE: Hope to see this resolved. |
Solved! |
In the codelab it is said 'After the text fields, add the OverflowBar to the ListView's children:' but the compiler is angry with this OverflowBar. maybe because of the latest updates
The text was updated successfully, but these errors were encountered: