From c6a5f40c3ec68c639721d81ef93f1b439f9cc9de Mon Sep 17 00:00:00 2001 From: xingwei Date: Tue, 21 Jan 2025 17:25:07 +0800 Subject: [PATCH] FEAT: change SizeConstraint ignoreSize defualt to true --- lib/src/filter/classical/filter_options.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/filter/classical/filter_options.dart b/lib/src/filter/classical/filter_options.dart index dae0377ac..ddd00ac20 100644 --- a/lib/src/filter/classical/filter_options.dart +++ b/lib/src/filter/classical/filter_options.dart @@ -109,7 +109,7 @@ class SizeConstraint { this.maxWidth = 100000, this.minHeight = 0, this.maxHeight = 100000, - this.ignoreSize = false, + this.ignoreSize = true, }); /// The minimum width for queried images.