ilap / pinenacl-dart

The Dart implementation of the PyNaCl API with the TweetNaCl cryptographic library
MIT License
36 stars 4 forks source link

Method UnmodifiableUint8ListView not found on Windows #22

Closed Adamv27 closed 3 months ago

Adamv27 commented 3 months ago

Attempting to build to Windows using Flutter. I'm getting error G311314CC: Method not found: 'UnmodifiableUint8ListView'.
from pinenacl-0.5.1/lib/api/api.dart(90,12) What could be causing this?

ilap commented 3 months ago

Hi,

You should try the pinenacl v0.6.0 instead the outdated v0.5.1.

Cheers

Pal