From d47275f3539de41488317090c07659722f909c23 Mon Sep 17 00:00:00 2001 From: X Code <singerdmx@gmail.com> Date: Wed, 2 Mar 2022 15:50:33 -0800 Subject: [PATCH] Cleanup code --- lib/src/widgets/raw_editor.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/widgets/raw_editor.dart b/lib/src/widgets/raw_editor.dart index d8503492..c985f4a8 100644 --- a/lib/src/widgets/raw_editor.dart +++ b/lib/src/widgets/raw_editor.dart @@ -1,6 +1,5 @@ import 'dart:async'; import 'dart:convert'; -import 'dart:io'; import 'dart:math' as math; import 'package:flutter/cupertino.dart';