mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
migrate from ui.hash* to Object.hash* (#1133)
This commit is contained in:
@@ -114,5 +114,5 @@ class AppState extends ChangeNotifier {
|
||||
}
|
||||
|
||||
@override
|
||||
int get hashCode => hashValues(places, selectedCategory, viewType);
|
||||
int get hashCode => Object.hash(places, selectedCategory, viewType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user