nuvigator
nuvigator copied to clipboard
Remove deprecated hash function to support Flutter 3.27
In order to use the library on newer Flutter releases, we must migrate from the removed 'hashList' to the 'Object.hashAll' introduced in Dart 2.14.
This is safe to in all releases, as the current min SDK is Dart 2.17