Skip to content

Commit

Permalink
feature: enanble custom TextSelectionControls. fix analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdykme committed Aug 11, 2024
1 parent 67ae805 commit acf7f64
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit acf7f64

Please sign in to comment.