samuelezedi / flutter_clipboard

A plugin that helps you copy to clipboard and paste from clipboard.
Other
36 stars 7 forks source link

work with non-nullable Strings? #14

Open timfong888 opened 1 year ago

timfong888 commented 1 year ago

I get an error when passing a non-nullable String to the .copy method:

Future copyClipboard(String? copyString) async {

  FlutterClipboard.copy(copyString);

}

for now, I create a temp value that is just String to assign to the .copy method.

myselfuser1 commented 1 year ago

Try this https://www.youtube.com/watch?v=uz43VmWWlkc