We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Input
Output
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
We have multiple cases where the connection between input and output could be made more clear with the programmatic API.
buildAssetTypes
ToAppBundle
linkingEnabled
ToLinkHook
Metadata
Asset
LinkModePreference
LinkMode
We should think of a holistic way to do this. See some suggestions by @mosuem in the linked issues.
Filing an issue to come up with a design principle and apply it everywhere where applicable in a Dart API refactoring.
(Marking as post v1.0 as it's only a Dart API change, not a JSON change.)
Edit:
Protocol
BuildProtocol
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
We have multiple cases where the connection between input and output could be made more clear with the programmatic API.
buildAssetTypes
-> assetsToAppBundle
[native_assets_cli] Make extensions more user-friendly #2155linkingEnabled
->ToLinkHook
[native_assets_cli] UnifyMetadata
withAsset
s #2164 (comment)LinkModePreference
->LinkMode
We should think of a holistic way to do this. See some suggestions by @mosuem in the linked issues.
Filing an issue to come up with a design principle and apply it everywhere where applicable in a Dart API refactoring.
(Marking as post v1.0 as it's only a Dart API change, not a JSON change.)
Edit:
Protocol
. So, we'd have aBuildProtocol
(possibly with an input and output field).The text was updated successfully, but these errors were encountered: