Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lib/src/input_decoration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ class SearchInputDecoration extends InputDecoration {
super.errorMaxLines,
super.errorStyle,
super.suffixIconConstraints,
super.visualDensity,
});

@override
Expand Down Expand Up @@ -276,7 +275,6 @@ class SearchInputDecoration extends InputDecoration {
suffixIconColor: suffixIconColor ?? this.suffixIconColor,
suffixStyle: suffixStyle ?? this.suffixStyle,
suffixText: suffixText ?? this.suffixText,
visualDensity: visualDensity ?? this.visualDensity,
);
}
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: searchfield
description: A highly customizable, simple and easy to use AutoComplete widget for your Flutter app
version: 1.3.4
version: 1.3.5
homepage: https://github.com/maheshj01/searchfield
repository: https://github.com/maheshj01/searchfield
issue_tracker: https://github.com/maheshj01/searchfield/issues
Expand Down
Loading