-
-
Notifications
You must be signed in to change notification settings - Fork 542
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
21 changed files
with
314 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
include: package:flutter_lints/flutter.yaml | ||
|
||
analyzer: | ||
exclude: | ||
- "test_fixes/**" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
version: 1 | ||
transforms: | ||
- title: 'Remove deprecated maxChips property on FormBuilderFilterChip' | ||
date: 2025-01-15 | ||
element: | ||
uris: [ 'flutter_form_builder.dart' ] | ||
constructor: '' | ||
inClass: 'FormBuilderFilterChip' | ||
changes: | ||
- kind: 'removeParameter' | ||
name: 'maxChips' | ||
- title: 'Remove deprecated resetIcon property on FormBuilderDateTimePicker' | ||
date: 2025-01-15 | ||
element: | ||
uris: [ 'flutter_form_builder.dart' ] | ||
constructor: '' | ||
inClass: 'FormBuilderDateTimePicker' | ||
changes: | ||
- kind: 'removeParameter' | ||
name: 'resetIcon' | ||
- title: 'Remove deprecated onPopInvoked property on FormBuilder' | ||
date: 2025-01-15 | ||
element: | ||
uris: [ 'flutter_form_builder.dart' ] | ||
constructor: '' | ||
inClass: 'FormBuilder' | ||
changes: | ||
- kind: 'removeParameter' | ||
name: 'onPopInvoked' | ||
- title: 'Rename FormBuilderChoiceChip to be plural' | ||
date: 2025-01-15 | ||
element: | ||
uris: [ 'flutter_form_builder.dart' ] | ||
class: 'FormBuilderChoiceChip' | ||
changes: | ||
- kind: 'rename' | ||
newName: 'FormBuilderChoiceChips' | ||
- title: 'Rename FormBuilderFilterChip to be plural' | ||
date: 2025-01-15 | ||
element: | ||
uris: [ 'flutter_form_builder.dart' ] | ||
class: 'FormBuilderFilterChip' | ||
changes: | ||
- kind: 'rename' | ||
newName: 'FormBuilderFilterChips' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.