1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-29 15:51:47 +00:00

Added license headers for M3 demo app (#1328)

* Added header for all files

Co-authored-by: Qun Cheng <quncheng@google.com>
This commit is contained in:
Qun Cheng
2022-07-17 21:38:58 -07:00
committed by GitHub
parent 4b31a3846e
commit dbefd89ca9
9 changed files with 45 additions and 13 deletions

View File

@@ -1,3 +1,7 @@
// Copyright 2021 The Flutter team. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// ignore_for_file: avoid_types_on_closure_parameters
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
@@ -5,8 +9,7 @@ import 'package:material_3_demo/component_screen.dart';
import 'package:material_3_demo/main.dart';
void main() {
testWidgets('Default main page shows all M3 components',
(WidgetTester tester) async {
testWidgets('Default main page shows all M3 components', (tester) async {
await tester.pumpWidget(const Material3Demo());
// Elements on the app bar