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
When we started with Flutter (around 6 months ago) I ran into problems using relative paths (ie, dart-lang/sdk#32916) and found always using the full path easier to work with. Additionally, this change would cause problems for people who used the older version of this project.
I'll keep it in mind if we release a v2 of the project.
https://stackoverflow.com/questions/22764330/syntax-for-specifying-file-path-relative-and-absolute
This makes it a lot easier for reusable code in other projects.
Here is a plugin in vs code that does this already: https://marketplace.visualstudio.com/items?itemName=luanpotter.dart-import
The text was updated successfully, but these errors were encountered: