mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Ignore dart:html deprecation for now (#2583)
See https://github.com/flutter/samples/issues/2582
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE file
|
// found in the LICENSE file
|
||||||
|
|
||||||
|
// TODO(kevmoo): https://github.com/flutter/samples/issues/2582
|
||||||
|
// ignore: deprecated_member_use
|
||||||
import 'dart:html';
|
import 'dart:html';
|
||||||
|
|
||||||
class Carousel {
|
class Carousel {
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// TODO(kevmoo): https://github.com/flutter/samples/issues/2582
|
||||||
|
// ignore: deprecated_member_use
|
||||||
import 'dart:html';
|
import 'dart:html';
|
||||||
|
|
||||||
import 'package:mdc_web/mdc_web.dart';
|
import 'package:mdc_web/mdc_web.dart';
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// TODO(kevmoo): https://github.com/flutter/samples/issues/2582
|
||||||
|
// ignore: deprecated_member_use
|
||||||
import 'dart:html';
|
import 'dart:html';
|
||||||
|
|
||||||
import 'package:mdc_web/mdc_web.dart';
|
import 'package:mdc_web/mdc_web.dart';
|
||||||
|
|||||||
Reference in New Issue
Block a user