You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can observe, with the latest flutter version, I'm unable to include dartSSH2 latest version due to internal changes. Could we take this up on priority as it's blocking my development. Thank you.
Attached is the screenshot with the error.
Also attached screenshot as I cannot update directly pineacl as its specific version is provided as dependency.
Resolving dependencies... (5.6s) Because my_app depends on dartssh2 ^2.8.2 which depends on pinenacl ^0.5.0, pinenacl ^0.5.0 is required. So, because my_app depends on pinenacl ^0.6.0, version solving failed.
The text was updated successfully, but these errors were encountered:
As you can observe, with the latest flutter version, I'm unable to include dartSSH2 latest version due to internal changes. Could we take this up on priority as it's blocking my development. Thank you.
Attached is the screenshot with the error.
Also attached screenshot as I cannot update directly pineacl as its specific version is provided as dependency.
../../../../.pub-cache/hosted/pub.dev/pinenacl-0.5.1/lib/api/api.dart:90:12: Error: Method not found: 'UnmodifiableUint8ListView'. return UnmodifiableUint8ListView(Uint8List.fromList(data.toList())); ^^^^^^^^^^^^^^^^^^^^^^^^^ Target kernel_snapshot_program failed: Exception
Resolving dependencies... (5.6s) Because my_app depends on dartssh2 ^2.8.2 which depends on pinenacl ^0.5.0, pinenacl ^0.5.0 is required. So, because my_app depends on pinenacl ^0.6.0, version solving failed.
The text was updated successfully, but these errors were encountered: