We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d327c4 commit 4e29c26Copy full SHA for 4e29c26
packages/webview_flutter/webview_flutter_wkwebview/lib/src/ui_kit/ui_kit_api_impls.dart
@@ -5,6 +5,8 @@
5
import 'dart:async';
6
import 'dart:math';
7
8
+// TODO(a14n): remove this import once Flutter 3.1 or later reaches stable (including flutter/flutter#106316)
9
+// ignore: unnecessary_import
10
import 'package:flutter/painting.dart' show Color;
11
import 'package:flutter/services.dart';
12
0 commit comments