From a855f59922a8efef1d654a23ea1d325e8f587eda Mon Sep 17 00:00:00 2001 From: X Code Date: Fri, 16 Sep 2022 08:52:10 -0700 Subject: [PATCH] ignore: unnecessary_import for typed_data --- lib/src/widgets/raw_editor.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/widgets/raw_editor.dart b/lib/src/widgets/raw_editor.dart index 47a3d990..1b4cd939 100644 --- a/lib/src/widgets/raw_editor.dart +++ b/lib/src/widgets/raw_editor.dart @@ -1,6 +1,7 @@ import 'dart:async'; import 'dart:convert'; import 'dart:math' as math; +// ignore: unnecessary_import import 'dart:typed_data'; import 'package:flutter/cupertino.dart';