nuvigator icon indicating copy to clipboard operation
nuvigator copied to clipboard

Remove deprecated hash function to support Flutter 3.27

Open bltavares opened this issue 1 month ago • 0 comments

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

bltavares avatar Jan 21 '25 17:01 bltavares