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
Write a transformer that attempts to use information in pubspec.yaml
What is the expected output? What do you see instead?
pubspec.yaml appears as asset
Actual:
pubspec.yaml never processed as asset
What version of the product are you using?
1.7.2
On what operating system?
Mac OS X
Please provide any additional information below.
Some metadata provided in the pubspec.yaml file (e.g. version. name, description) would be useful to some pub transformers
Work around:
On transformer construction current working directory is project root - so path can be constructed to pubspec.yaml at that point and read.
The text was updated successfully, but these errors were encountered:
This issue was originally filed by @paulevans
What steps will reproduce the problem?
What is the expected output? What do you see instead?
pubspec.yaml appears as asset
Actual:
pubspec.yaml never processed as asset
What version of the product are you using?
1.7.2
On what operating system?
Mac OS X
Please provide any additional information below.
Some metadata provided in the pubspec.yaml file (e.g. version. name, description) would be useful to some pub transformers
Work around:
On transformer construction current working directory is project root - so path can be constructed to pubspec.yaml at that point and read.
The text was updated successfully, but these errors were encountered: