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

// TODO: Make a collection of cards (102) this is not in a 102 code

The link to https://docs.flutter.dev/get-started/test-drive on https://codelabs.developers.google.com/codelabs/mdc-101-flutter#2 is broken. The linked page doesn't seem to exist anymore.

![Image](https://github.com/user-attachments/assets/3950b9de-74a4-4ba6-8062-6101699e802d) const SizedBox(height: 120.0),

const SizedBox(height: 120.0)

I pulled this project to complete MDC-101, tried to compile it and got an error: ``` What went wrong: Failed to apply plugin class 'Dependency_version_checker_gradle$FlutterDependencyCheckerPlugin'. > Error: Your project's Kotlin...

In "Chapter 6 - Adjust elevation", I had to add `import 'app/colors.dart;'` to `login.dart` to make the following code work. ElevatedButton( child: const Text('NEXT'), onPressed: () { Navigator.pop(context); }, style:...