@@ -150,7 +150,7 @@ void main() {
150
150
controller.selection,
151
151
const TextSelection .collapsed (offset: 19 ),
152
152
);
153
- }, variant: TargetPlatformVariant .all ());
153
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
154
154
155
155
testWidgets ('backspace readonly' , (WidgetTester tester) async {
156
156
controller.text = testText;
@@ -215,7 +215,7 @@ void main() {
215
215
controller.selection,
216
216
const TextSelection .collapsed (offset: 71 ),
217
217
);
218
- }, variant: TargetPlatformVariant .all ());
218
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
219
219
220
220
testWidgets ('backspace inside of a cluster' , (WidgetTester tester) async {
221
221
controller.text = testCluster;
@@ -236,7 +236,7 @@ void main() {
236
236
controller.selection,
237
237
const TextSelection .collapsed (offset: 0 ),
238
238
);
239
- }, variant: TargetPlatformVariant .all ());
239
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
240
240
241
241
testWidgets ('backspace at cluster boundary' , (WidgetTester tester) async {
242
242
controller.text = testCluster;
@@ -257,7 +257,7 @@ void main() {
257
257
controller.selection,
258
258
const TextSelection .collapsed (offset: 0 ),
259
259
);
260
- }, variant: TargetPlatformVariant .all ());
260
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
261
261
});
262
262
263
263
group ('delete: ' , () {
@@ -287,7 +287,7 @@ void main() {
287
287
controller.selection,
288
288
const TextSelection .collapsed (offset: 20 ),
289
289
);
290
- }, variant: TargetPlatformVariant .all ());
290
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
291
291
292
292
testWidgets ('delete readonly' , (WidgetTester tester) async {
293
293
controller.text = testText;
@@ -305,7 +305,7 @@ void main() {
305
305
controller.selection,
306
306
const TextSelection .collapsed (offset: 20 , affinity: TextAffinity .upstream),
307
307
);
308
- }, variant: TargetPlatformVariant .all ());
308
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
309
309
310
310
testWidgets ('delete at start' , (WidgetTester tester) async {
311
311
controller.text = testText;
@@ -328,7 +328,7 @@ void main() {
328
328
controller.selection,
329
329
const TextSelection .collapsed (offset: 0 ),
330
330
);
331
- }, variant: TargetPlatformVariant .all ());
331
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
332
332
333
333
testWidgets ('delete at end' , (WidgetTester tester) async {
334
334
controller.text = testText;
@@ -373,7 +373,7 @@ void main() {
373
373
controller.selection,
374
374
const TextSelection .collapsed (offset: 0 ),
375
375
);
376
- }, variant: TargetPlatformVariant .all ());
376
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
377
377
378
378
testWidgets ('delete at cluster boundary' , (WidgetTester tester) async {
379
379
controller.text = testCluster;
@@ -394,7 +394,7 @@ void main() {
394
394
controller.selection,
395
395
const TextSelection .collapsed (offset: 8 ),
396
396
);
397
- }, variant: TargetPlatformVariant .all ());
397
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
398
398
});
399
399
400
400
group ('Non-collapsed delete' , () {
@@ -420,7 +420,7 @@ void main() {
420
420
controller.selection,
421
421
const TextSelection .collapsed (offset: 8 ),
422
422
);
423
- }, variant: TargetPlatformVariant .all ());
423
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
424
424
425
425
testWidgets ('at the boundaries of a cluster' , (WidgetTester tester) async {
426
426
controller.text = testCluster;
@@ -441,7 +441,7 @@ void main() {
441
441
controller.selection,
442
442
const TextSelection .collapsed (offset: 8 ),
443
443
);
444
- }, variant: TargetPlatformVariant .all ());
444
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
445
445
446
446
testWidgets ('cross-cluster' , (WidgetTester tester) async {
447
447
controller.text = testCluster;
@@ -462,7 +462,7 @@ void main() {
462
462
controller.selection,
463
463
const TextSelection .collapsed (offset: 0 ),
464
464
);
465
- }, variant: TargetPlatformVariant .all ());
465
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
466
466
467
467
testWidgets ('cross-cluster obscured text' , (WidgetTester tester) async {
468
468
controller.text = testCluster;
@@ -483,7 +483,7 @@ void main() {
483
483
controller.selection,
484
484
const TextSelection .collapsed (offset: 1 ),
485
485
);
486
- }, variant: TargetPlatformVariant .all ());
486
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
487
487
});
488
488
489
489
group ('word modifier + backspace' , () {
@@ -516,7 +516,7 @@ void main() {
516
516
controller.selection,
517
517
const TextSelection .collapsed (offset: 24 ),
518
518
);
519
- }, variant: TargetPlatformVariant .all ());
519
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
520
520
521
521
testWidgets ('readonly' , (WidgetTester tester) async {
522
522
controller.text = testText;
@@ -581,7 +581,7 @@ void main() {
581
581
controller.selection,
582
582
const TextSelection .collapsed (offset: 71 ),
583
583
);
584
- }, variant: TargetPlatformVariant .all ());
584
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
585
585
586
586
testWidgets ('inside of a cluster' , (WidgetTester tester) async {
587
587
controller.text = testCluster;
@@ -602,7 +602,7 @@ void main() {
602
602
controller.selection,
603
603
const TextSelection .collapsed (offset: 0 ),
604
604
);
605
- }, variant: TargetPlatformVariant .all ());
605
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
606
606
607
607
testWidgets ('at cluster boundary' , (WidgetTester tester) async {
608
608
controller.text = testCluster;
@@ -623,7 +623,7 @@ void main() {
623
623
controller.selection,
624
624
const TextSelection .collapsed (offset: 0 ),
625
625
);
626
- }, variant: TargetPlatformVariant .all ());
626
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
627
627
});
628
628
629
629
group ('word modifier + delete' , () {
@@ -656,7 +656,7 @@ void main() {
656
656
controller.selection,
657
657
const TextSelection .collapsed (offset: 23 ),
658
658
);
659
- }, variant: TargetPlatformVariant .all ());
659
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
660
660
661
661
testWidgets ('readonly' , (WidgetTester tester) async {
662
662
controller.text = testText;
@@ -697,7 +697,7 @@ void main() {
697
697
controller.selection,
698
698
const TextSelection .collapsed (offset: 0 ),
699
699
);
700
- }, variant: TargetPlatformVariant .all ());
700
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
701
701
702
702
testWidgets ('at end' , (WidgetTester tester) async {
703
703
controller.text = testText;
@@ -735,7 +735,7 @@ void main() {
735
735
controller.selection,
736
736
const TextSelection .collapsed (offset: 0 ),
737
737
);
738
- }, variant: TargetPlatformVariant .all ());
738
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
739
739
740
740
testWidgets ('at cluster boundary' , (WidgetTester tester) async {
741
741
controller.text = testCluster;
@@ -756,7 +756,7 @@ void main() {
756
756
controller.selection,
757
757
const TextSelection .collapsed (offset: 8 ),
758
758
);
759
- }, variant: TargetPlatformVariant .all ());
759
+ }, variant: TargetPlatformVariant .all (excluding : < TargetPlatform > { TargetPlatform .iOS } ));
760
760
});
761
761
762
762
group ('line modifier + backspace' , () {
0 commit comments