-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.library-iotriagedIssue has been triaged by sub teamIssue has been triaged by sub team
Description
I've just found an issue with the File class, passing an empty string to it causes the app to crash unexpectedly without throwing any error:
try {
await File('').exists();
} catch (e) {
e.toString();
}
Dart version: 3.7.0
Futter version: 3.29.0
Platform: Windows 11
Let me know if you need other information to reproduce the issue
MindStudioOfficial and iulian0512
Metadata
Metadata
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.library-iotriagedIssue has been triaged by sub teamIssue has been triaged by sub team