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
{{ message }}
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
Error (Xcode): ../.pub-cache/hosted/pub.dev/rich_clipboard_windows-1.0.3/lib/src/win32_clipboard.dart:91:31: Error: The argument type 'Pointer' can't be assigned to the parameter type 'int'.
The text was updated successfully, but these errors were encountered:
I can't reproduce this with the example app. Can you confirm which version of the win32 package you have installed? That argument was changed from int to Pointer in win32 version 5.0.0. My best guess is you have a dependency override forcing an older version of win32.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Error (Xcode): ../.pub-cache/hosted/pub.dev/rich_clipboard_windows-1.0.3/lib/src/win32_clipboard.dart:91:31: Error: The argument type 'Pointer' can't be assigned to the parameter type 'int'.
The text was updated successfully, but these errors were encountered: