Skip to content

Commit dbd43a5

Browse files
committed
revert on pkg:web change
1 parent 28ef3f6 commit dbd43a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/devtools_app_shared/lib/src/utils/url/_url_web.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be found
33
// in the LICENSE file.
44

5-
import 'package:web/helpers.dart';
5+
// ignore: avoid_web_libraries_in_flutter, as designed
6+
import 'dart:html';
67

78
Map<String, String> loadQueryParams({String Function(String)? urlModifier}) {
89
var url = getWebUrl()!;

0 commit comments

Comments
 (0)