dart-pg icon indicating copy to clipboard operation
dart-pg copied to clipboard

Upgrade pinenacl to 0.6.0 to Resolve Dart SDK 3.5.0 Compatibility Issue

Open saepire opened this issue 1 year ago • 0 comments

Upgraded the pinenacl dependency. Dart 3.5.0 has a breaking change that deprecates the UnmodifiableUint8ListView class. This was pushed to the stable version of flutter earlier this month.

It works fine with just this change for me.

saepire avatar Aug 23 '24 14:08 saepire