We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25d9bab + bfe14d0 commit 3321f10Copy full SHA for 3321f10
web/samples_index/lib/src/carousel.dart
@@ -2,6 +2,8 @@
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file
4
5
+// TODO(kevmoo): https://github.com/flutter/samples/issues/2582
6
+// ignore: deprecated_member_use
7
import 'dart:html';
8
9
class Carousel {
web/samples_index/web/description.dart
@@ -1,3 +1,5 @@
1
import 'package:mdc_web/mdc_web.dart';
web/samples_index/web/main.dart
0 commit comments