Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 15939b4

Browse files
authored
Remove duped fix rules (#116933)
1 parent 9b46f2a commit 15939b4

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

packages/flutter/lib/fix_data/fix_cupertino.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@
1818
# * Fixes in this file are from the Cupertino library. *
1919
version: 1
2020
transforms:
21-
# Changes made in https://github.com/flutter/flutter/pull/114459
22-
- title: "Migrate to 'boldTextOf'"
23-
date: 2022-10-28
24-
element:
25-
uris: ['widgets.dart', 'material.dart', 'cupertino.dart']
26-
method: 'boldTextOverride'
27-
inClass: 'MediaQuery'
28-
changes:
29-
- kind: 'rename'
30-
newName: 'boldTextOf'
31-
3221
# Change made in https://github.com/flutter/flutter/pull/20649
3322
# TODO(Piinks): Add tests when `bulkApply:false` testing is supported, https://github.com/dart-lang/sdk/issues/44639
3423
- title: "Replace with 'CupertinoPopupSurface'"

packages/flutter/lib/fix_data/fix_material/fix_material.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,6 @@
2525
# * ThemeData: fix_theme_data.yaml
2626
version: 1
2727
transforms:
28-
# Changes made in https://github.com/flutter/flutter/pull/114459
29-
- title: "Migrate to 'boldTextOf'"
30-
date: 2022-10-28
31-
element:
32-
uris: ['widgets.dart', 'material.dart', 'cupertino.dart']
33-
method: 'boldTextOverride'
34-
inClass: 'MediaQuery'
35-
changes:
36-
- kind: 'rename'
37-
newName: 'boldTextOf'
38-
3928
# Changes made in https://github.com/flutter/flutter/pull/15303
4029
- title: "Replace 'child' with 'builder'"
4130
date: 2020-12-17

0 commit comments

Comments
 (0)