-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
My issue is about Web platform
I have tried running [flutter_quill example] (https://github.com/singerdmx/flutter-quill/tree/master/example)
The error occurred in ### getApplicationDocumentsDirectory
Future<String> onImagePickCallback(File file) async {
// Copies the picked file from temporary cache to applications directory
final appDocDir = await getApplicationDocumentsDirectory();
final copiedFile =
await file.copy('${appDocDir.path}/${basename(file.path)}');
return copiedFile.path.toString();
}
i'm user latest version of flutter and of the plugin
flutter 3.3.4, flutter_quill: ^6.0.8+1
any other solution?
a1573595, nay-kang, KeeganDC, LuchoTurtle, nelsonic and 1 more
Metadata
Metadata
Assignees
Labels
No labels