diff --git a/example/lib/pages/home_page.dart b/example/lib/pages/home_page.dart index 63292458..ec6523bf 100644 --- a/example/lib/pages/home_page.dart +++ b/example/lib/pages/home_page.dart @@ -353,7 +353,7 @@ class _HomePageState extends State { } Future _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')}')