Update _onImagePaste

pull/951/head
X Code 3 years ago
parent 3f5db3d151
commit 7f44ae1127
  1. 2
      example/lib/pages/home_page.dart

@ -353,7 +353,7 @@ class _HomePageState extends State<HomePage> {
}
Future<String> _onImagePaste(Uint8List imageBytes) async {
// Copies the picked file from temporary cache to applications directory
// Saves the image to applications directory
final appDocDir = await getApplicationDocumentsDirectory();
final file = await File(
'${appDocDir.path}/${basename('${DateTime.now().millisecondsSinceEpoch}.png')}')

Loading…
Cancel
Save