Skip to content

Commit 3321f10

Browse files
committed
Merge remote-tracking branch 'origin/HEAD' into material_refactor_fun
2 parents 25d9bab + bfe14d0 commit 3321f10

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

web/samples_index/lib/src/carousel.dart

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file
44

5+
// TODO(kevmoo): https://github.com/flutter/samples/issues/2582
6+
// ignore: deprecated_member_use
57
import 'dart:html';
68

79
class Carousel {

web/samples_index/web/description.dart

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// TODO(kevmoo): https://github.com/flutter/samples/issues/2582
2+
// ignore: deprecated_member_use
13
import 'dart:html';
24

35
import 'package:mdc_web/mdc_web.dart';

web/samples_index/web/main.dart

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// TODO(kevmoo): https://github.com/flutter/samples/issues/2582
2+
// ignore: deprecated_member_use
13
import 'dart:html';
24

35
import 'package:mdc_web/mdc_web.dart';

0 commit comments

Comments
 (0)