import 'package:flutter/services.dart'; ClipboardData data = ClipboardData(text: '<Text to copy goes here>'); await Clipboard.setData(data);