Skip to content

Commit 43efcda

Browse files
committed
ignore HTML deprecations
1 parent 1c483b7 commit 43efcda

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

lib/pop_pop_win.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
import 'dart:async';
6+
// ignore: deprecated_member_use
67
import 'dart:html' as html;
78

89
import 'package:stagexl/stagexl.dart' hide KeyboardEvent;

lib/src/analytics.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
@JS()
88
library;
99

10+
// ignore: deprecated_member_use
1011
import 'dart:html';
1112
import 'dart:js_interop';
1213

lib/src/platform_web.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
import 'dart:async';
6+
// ignore: deprecated_member_use
67
import 'dart:html';
78

89
final PlatformWeb targetPlatform = PlatformWeb._();

web/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5+
// ignore: deprecated_member_use
56
import 'dart:html';
67

78
import 'package:pop_pop_win/pop_pop_win.dart';

0 commit comments

Comments
 (0)