diff --git a/examples/hello_services/pubspec.yaml b/examples/hello_services/pubspec.yaml index 16e9afc35c9..18fb43db58e 100644 --- a/examples/hello_services/pubspec.yaml +++ b/examples/hello_services/pubspec.yaml @@ -7,3 +7,6 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter + +flutter: + uses-material-design: true diff --git a/examples/platform_services/pubspec.yaml b/examples/platform_services/pubspec.yaml index c0cbf0b0695..a889233bcdc 100644 --- a/examples/platform_services/pubspec.yaml +++ b/examples/platform_services/pubspec.yaml @@ -7,3 +7,6 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter + +flutter: + uses-material-design: true