🚀 Flutter_Extend Version 0.2.1 is now live! See our changelog for details.
Asynchronous String manipulation
💾 Copy to Clipboard
ElevatedButton( onPressed: () async { const secretCode = 'ABC-123-XYZ'; await secretCode.copyToClipboard(); }, child: const Text('Copy Code'), );
Was this page helpful?