You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the hive_ce_generator, I need to be able to consume the entire lib folder and output a file next to a user-created file that could be anywhere in the project. Right now I believe this is impossible as you can only output a file in the root of lib or bin.
For now I am using dart:io directly, which will become a problem if #4094 ever goes through.