Mobile Tech
1.15K subscribers
92 photos
8 videos
6 files
138 links
Michael Lazebny's blog about @dart and @flutter
lazebny.io
Download Telegram
How to work with Clipboard in flutter?

There is a class Clipboard for these purposes in flutter:services.

It has two simple methods: setData and getData.

#tip #flutter #clipboard
👍9