-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecte: web_skwasmSkwasm rendering backend for webSkwasm rendering backend for webr: solvedIssue is closed as solvedIssue is closed as solvedteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team
Description
Steps to reproduce
final filter1 = ImageFilter.blur(sigmaX: 5, sigmaY: 5);
final filter2 = ImageFilter.blur(sigmaX: 5, sigmaY: 5);
print(filter1 == filter2);Expected results
Should print true.
Actual results
Prints false.
Code sample
Code sample
final filter1 = ImageFilter.blur(sigmaX: 5, sigmaY: 5);
final filter2 = ImageFilter.blur(sigmaX: 5, sigmaY: 5);
print(filter1 == filter2);Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]Flutter Doctor output
Doctor output
[Paste your output here]Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecte: web_skwasmSkwasm rendering backend for webSkwasm rendering backend for webr: solvedIssue is closed as solvedIssue is closed as solvedteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team
Type
Projects
Status
Done (PR merged)