Skip to content

[native_assets_builder] Output a list of dependencies #105

Closed
@dcharkes

Description

@dcharkes

Currently, NativeAssetsBuildRunner.build returns a Future<List<Asset>>.

However, for a flutter_tools Target building native assets, we need the list of dependencies in addition to the list of assets.

We do have this for individual builds in the BuildOutut from the native_assets_cli, but we don't provide an aggregate for this the native_assets_builder.

We should add some API that we can extend later. (Most likely we'd also want some way to display the errors in flutter_tools on builds that fail rather than rely on only streaming logs in the context of #33.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1A high priority bug; for example, a single project is unusable or has many test failurespackage:hooks_runner

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions