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.
unnecessary_import
1 parent 6daab40 commit 0cba0c9Copy full SHA for 0cba0c9
lib/src/modules/instabug.dart
@@ -1,7 +1,11 @@
1
// ignore_for_file: avoid_classes_with_only_static_members
2
3
import 'dart:async';
4
+// to maintain supported versions prior to Flutter 3.3
5
+// ignore: unnecessary_import
6
import 'dart:typed_data';
7
8
9
import 'dart:ui';
10
11
import 'package:flutter/services.dart';
test/instabug_flutter_test.dart
@@ -1,4 +1,6 @@
import 'dart:convert';
import 'package:flutter/cupertino.dart';
0 commit comments