material-components-flutter-codelabs
material-components-flutter-codelabs copied to clipboard
Codelabs for Material Components for Flutter
103 finish
// 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.
 const SizedBox(height: 120.0),
value should be 12 instead of 120
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:...