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
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
dcharkes
added
P1
A high priority bug; for example, a single project is unusable or has many test failures
and removed
P2
A bug or feature request we're likely to work on
labels
Feb 26, 2024
dcharkes
added
P2
A bug or feature request we're likely to work on
and removed
P1
A high priority bug; for example, a single project is unusable or has many test failures
labels
Mar 26, 2024
package:native_assets_cli
should only have an API for implementors ofbuild.dart
(and laterlink.dart
). Any other implementation details should be hidden.Moreover, the API that is in package:native_assets_cli should be well documented.
package:native_assets_builder
BuildOutput
API #25build.dart
that uses packages from a local native package manager #189build.dart
that downloads a binary #157The text was updated successfully, but these errors were encountered: