I'm running Windows 10 and I have a very simple program that fails to copy text into my clipboard. Here's my MWE:
import 'package:clippy/server.dart' as clippy;
void main() async {
await clippy.write("joshjosh.josh");
}
Output:
The system cannot find the path specified.
The program then hangs until I force quit.
I'm running Windows 10 and I have a very simple program that fails to copy text into my clipboard. Here's my MWE:
Output:
The program then hangs until I force quit.