Directory constructor fails with no arguments. File is OK. #224
Unanswered
ChadSmith2020
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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