Browse Source

Remove accidental import

xuty 3 năm trước cách đây
mục cha
commit
ff387147b8
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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';