Ignore dart:html deprecation for now (#2583)

See https://github.com/flutter/samples/issues/2582
pull/2584/head
Kevin Moore 7 months ago committed by GitHub
parent 719fd72c38
commit bfe14d0f81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file
// TODO(kevmoo): https://github.com/flutter/samples/issues/2582
// ignore: deprecated_member_use
import 'dart:html';
class Carousel {

@ -1,3 +1,5 @@
// TODO(kevmoo): https://github.com/flutter/samples/issues/2582
// ignore: deprecated_member_use
import 'dart:html';
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 'package:mdc_web/mdc_web.dart';

Loading…
Cancel
Save