Skip to content

[native_assets_cli] NativeCodeAsset and DataAsset should accept an assetId instead of package and name. #1410

Open
@mkustermann

Description

@mkustermann

Currently there is asymmetry between hooks and runtime

  • the hooks use e.g. NativeCodeAsset(package: ..., name: ...)
  • the runtime use @Native<Void Function()>(assetId: '...')

we should remove this asymmetry by only requiring an assetId everywhere.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions