Remove duped fix rules (#116933)
This commit is contained in:
parent
9b46f2a691
commit
15939b4772
@ -18,17 +18,6 @@
|
||||
# * Fixes in this file are from the Cupertino library. *
|
||||
version: 1
|
||||
transforms:
|
||||
# Changes made in https://github.com/flutter/flutter/pull/114459
|
||||
- title: "Migrate to 'boldTextOf'"
|
||||
date: 2022-10-28
|
||||
element:
|
||||
uris: ['widgets.dart', 'material.dart', 'cupertino.dart']
|
||||
method: 'boldTextOverride'
|
||||
inClass: 'MediaQuery'
|
||||
changes:
|
||||
- kind: 'rename'
|
||||
newName: 'boldTextOf'
|
||||
|
||||
# Change made in https://github.com/flutter/flutter/pull/20649
|
||||
# TODO(Piinks): Add tests when `bulkApply:false` testing is supported, https://github.com/dart-lang/sdk/issues/44639
|
||||
- title: "Replace with 'CupertinoPopupSurface'"
|
||||
|
@ -25,17 +25,6 @@
|
||||
# * ThemeData: fix_theme_data.yaml
|
||||
version: 1
|
||||
transforms:
|
||||
# Changes made in https://github.com/flutter/flutter/pull/114459
|
||||
- title: "Migrate to 'boldTextOf'"
|
||||
date: 2022-10-28
|
||||
element:
|
||||
uris: ['widgets.dart', 'material.dart', 'cupertino.dart']
|
||||
method: 'boldTextOverride'
|
||||
inClass: 'MediaQuery'
|
||||
changes:
|
||||
- kind: 'rename'
|
||||
newName: 'boldTextOf'
|
||||
|
||||
# Changes made in https://github.com/flutter/flutter/pull/15303
|
||||
- title: "Replace 'child' with 'builder'"
|
||||
date: 2020-12-17
|
||||
|
Loading…
x
Reference in New Issue
Block a user