-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onpackage:hooks
Description
package:native_assets_cli should only have an API for implementors of build.dart (and later link.dart). Any other implementation details should be hidden.
Moreover, the API that is in package:native_assets_cli should be well documented.
- Move all code that is only used by Dart/Flutter SDK to
package:native_assets_builder - [native_assets_cli]
BuildOutputAPI #25 - [native_assets_cli][native_assets_builder] CLI input and output composability #853
- [doc] Document how to do
build.dartthat uses packages from a local native package manager #189 - [doc] Document how to do
build.dartthat downloads a binary #157 - [native_assets_cli] Dart API interface per asset type #994
- [native_assets_cli] Explore using extension types #997
- [native_assets_cli] Package name #999
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onpackage:hooks