clippy icon indicating copy to clipboard operation
clippy copied to clipboard

hi, I use clippy on flutter web but it doesn't work.

Open ReverseScale opened this issue 5 years ago • 2 comments

import 'package:clippy/browser.dart' as clippy;
await clippy.write('https://github.com/andresaraujo/clippy');

And the example project doesn't work either, please help 😀

ReverseScale avatar Dec 02 '19 11:12 ReverseScale

Thanks for reporting, haven't used clippy in a while. I will try to look as soon as I have some free time

andresaraujo avatar Dec 02 '19 14:12 andresaraujo

I have the same problem (NOT working) with:

[✓] Flutter (Channel master, v1.16.3-pre.56, on Mac OS X 10.15.3 19D76, locale de-DE) [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3) [✓] Xcode - develop for iOS and macOS (Xcode 11.3.1) [✓] Chrome - develop for the web

deisold avatar Apr 04 '20 06:04 deisold