1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Ignore dart:html deprecation for now (#2583)

See https://github.com/flutter/samples/issues/2582
This commit is contained in:
Kevin Moore
2025-02-12 19:21:56 -06:00
committed by GitHub
parent 719fd72c38
commit bfe14d0f81
3 changed files with 6 additions and 0 deletions

View File

@@ -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 {

View File

@@ -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';

View File

@@ -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';