xxxxxxxxxx
path is the directory /data/user/0/com.vendetta.recipe/app_flutter. Try adding a /filename.jpg to it.
File newImage = await _image.copy('$path/filename.jpg');
xxxxxxxxxx
onTap: () {
Clipboard.setData(ClipboardData(text: "your text"));
},