Skip to content

Commit

Permalink
Use Object.hashAll instead of the removed hashList
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Sep 16, 2024
1 parent 78fe666 commit 4684204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/metadata/device_info/device_info.dart
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class FlutterInfo {
int get hashCode =>
platformLocale.hashCode ^
// ignore: deprecated_member_use
hashList(platformSupportedLocales) ^
Object.hashAll(platformSupportedLocales) ^
viewPadding.hashCode ^
physicalSize.hashCode ^
pixelRatio.hashCode ^
Expand Down

0 comments on commit 4684204

Please sign in to comment.