File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
import 'dart:async' ;
6
+ // ignore: deprecated_member_use
6
7
import 'dart:html' as html;
7
8
8
9
import 'package:stagexl/stagexl.dart' hide KeyboardEvent;
Original file line number Diff line number Diff line change 7
7
@JS ()
8
8
library ;
9
9
10
+ // ignore: deprecated_member_use
10
11
import 'dart:html' ;
11
12
import 'dart:js_interop' ;
12
13
Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
import 'dart:async' ;
6
+ // ignore: deprecated_member_use
6
7
import 'dart:html' ;
7
8
8
9
final PlatformWeb targetPlatform = PlatformWeb ._();
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
+ // ignore: deprecated_member_use
5
6
import 'dart:html' ;
6
7
7
8
import 'package:pop_pop_win/pop_pop_win.dart' ;
You can’t perform that action at this time.
0 commit comments