Skip to content

Remove dependency on deprecated resource package. #2314

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

Merged
merged 2 commits into from
Aug 20, 2020

Conversation

srawlins
Copy link
Member

Copy implementation for loading bytes from a 'package:' URI.

Copy implementation for loading bytes from a 'package:' URI.
@srawlins srawlins requested a review from devoncarew August 19, 2020 23:16
@googlebot googlebot added the cla: yes Google CLA check succeeded. label Aug 19, 2020
Copy link
Member

@devoncarew devoncarew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

One other thing we could do, if we want to remove the need to load resources from the filesystem, is to encode the template and css files into dart source code. I don't think having to load resources from the filesystem is an issue, but thought I would mention the option.

@srawlins
Copy link
Member Author

Yeah I can see us doing that longterm. There are a lot of templates so it would perhaps be quite a task to set this up with the build package...

@srawlins srawlins merged commit 3e69043 into dart-lang:master Aug 20, 2020
@srawlins srawlins deleted the resource branch August 20, 2020 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA check succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants