material-components-flutter-codelabs icon indicating copy to clipboard operation
material-components-flutter-codelabs copied to clipboard

Codelabs for Material Components for Flutter

Results 18 material-components-flutter-codelabs issues
Sort by recently updated
recently updated
newest added

https://developers.google.com/codelabs/mdc-102-flutter?hl=zh_cn#3

### Issues Identified and Resolutions: #### 1. Use the new text themes - **Issue**: In Step 5 under "Use the new text themes," the instruction mentions adding themes to `_buildShrineTheme`...

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...

question

At run time my code is throwing an assert error in product_card.dart but as the attached jpg shows the value is **negative.** I will happily send all of my code...

In the code example there is a very large indentation. Most likely there is a typo instead of **const SizedBox( height: 12, )**, it says **120** `// TODO: Add TextField...

Column( children: [ Image.asset('assets/diamond.png'), const SizedBox(height: 16.0), Text( 'SHRINE', style: Theme.of(context).textTheme.headline5, ), ], ) headline5 has deprecated. So change it to headlineSmall

## Maybe that code should be right here. It is correct in github, but not in the code that presented in this -> https://codelabs.developers.google.com/codelabs/mdc-101-flutter#3 TextField( decoration: const InputDecoration( filled: true,...

// TODO: Add TextField widgets (101) // [Name] TextField( decoration: const InputDecoration( filled: true, labelText: 'Username', ), ), // spacer const SizedBox(height: 120.0), // [Password] TextField( decoration: const InputDecoration( filled:...

I have the following error when in // TODO: Change to a Backdrop with a HomePage frontLayer (104). The argument type 'Category (where Category is defined in D:\FlutterDevelopment\Projects\materials_101\lib\model\product.dart)' can't be...

You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with...