-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.packages: Move resource lookup & loading to a package and deprecate Resource class #24463
Comments
Related: #24499 |
resource package placeholder created, @lrhn is an uploader: https://pub.dartlang.org/packages/resource |
And the CR for the package: https://codereview.chromium.org/1387163002/ |
Resource class is deprecated in 1.13 – keeping this open for 1.14 to track work on the package |
@kevmoo, we should land this now, right? |
As soon as the necessary functionality is landed in the VM, yes. |
This was landed in dart-archive/resource@527b11d; closing. |
#19430 will introduce support for getting the package root. Based on that we should move the implementation of what is in the Resource class into a package, and discontinue the Resource class.
The text was updated successfully, but these errors were encountered: