dart-pg
dart-pg copied to clipboard
Upgrade pinenacl to 0.6.0 to Resolve Dart SDK 3.5.0 Compatibility Issue
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.