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
@christopherfujino@jacob314 is there any requirement to have Flutter entry points inside lib/? I thought there was (maybe that something was using package: internally and that's where the package root is), but with a quick test, having the file in src/seems to launch fine on Web and macOS and I can't find any docs backing up that lib/ is a requirement.
@christopherfujino@jacob314 is there any requirement to have Flutter entry points inside lib/? I thought there was (maybe that something was using package: internally and that's where the package root is), but with a quick test, having the file in src/seems to launch fine on Web and macOS and I can't find any docs backing up that lib/ is a requirement.
Sorry I missed this original ping. There is nothing that I know of that would require the entrypoint to be under lib/. AFAIK, as long as the Dart compiler can resolve package imports within that entrypoint, everything should work.
Describe the bug
A clear and concise description of what the bug is.
The quick debug/launch button in the upper right of VSCode window disappears when renaming the lib folder.
To Reproduce
Steps to reproduce the behavior:
lib/
to something else, e.g.src/
Expected behavior
A clear and concise description of what you expected to happen.
Quick debug/launch button should still be accessible.
Screenshots
If applicable, add screenshots to help explain your problem.
Button visible with standard
lib/
nameButton missing after renaming directory to
src/
Please complete the following information:
The text was updated successfully, but these errors were encountered: