diff --git a/packages/fleather/test/widgets/editor_text_selection_controllers_test.dart b/packages/fleather/test/widgets/editor_text_selection_controllers_test.dart index 6f845fce..6eb29092 100644 --- a/packages/fleather/test/widgets/editor_text_selection_controllers_test.dart +++ b/packages/fleather/test/widgets/editor_text_selection_controllers_test.dart @@ -1,12 +1,8 @@ import 'dart:math' as math; import 'package:fleather/fleather.dart'; -import 'package:fleather/src/widgets/editor_input_client_mixin.dart'; import 'package:flutter/material.dart'; -import 'package:flutter/rendering.dart'; -import 'package:flutter/services.dart'; import 'package:flutter_test/flutter_test.dart'; -import '../testing.dart'; class MyTextSelectionHandle extends StatefulWidget { final Size size;