Explorar el Código

Remove accidental import

xuty hace 3 años
padre
commit
ff387147b8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      lib/src/core/buffer/buffer.dart

+ 0 - 1
lib/src/core/buffer/buffer.dart

@@ -1,6 +1,5 @@
 import 'dart:math' show max, min;
 
-import 'package:flutter/material.dart';
 import 'package:xterm/src/core/buffer/cell_offset.dart';
 import 'package:xterm/src/core/buffer/line.dart';
 import 'package:xterm/src/core/buffer/range.dart';