Directory constructor fails with no arguments. File is OK. #224
Replies: 1 comment
-
Fixed in v0.8.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using File('something') the File object is created OK.
When using Directory('something') the constructor Directory fails with no arguments.
The bridge classes and set up look similar.
Any ideas why the constructor to Directory the arguments are not passed to Directory?
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: dart_eval runtime exception: RangeError (length): Invalid value: Valid value range is empty: 0
Thank you.
Chad
edit: Added launch context
Beta Was this translation helpful? Give feedback.
All reactions