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.
1 parent 571a542 commit a4d305aCopy full SHA for a4d305a
pkgs/native_assets_builder/lib/src/package_layout/package_layout.dart
@@ -89,6 +89,9 @@ class PackageLayout {
89
/// a `hook/build.dart`.
90
///
91
/// For backwards compatibility, a toplevel `build.dart` is also supported.
92
+ // TODO(https://github.com/dart-lang/native/issues/823): Remove fallback when
93
+ // everyone has migrated. (Probably once we stop backwards compatibility of
94
+ // the protocol version pre 1.2.0 on some future version.)
95
late final Future<List<Package>> packagesWithNativeAssets = () async {
96
final result = <Package>[];
97
for (final package in packageConfig.packages) {
0 commit comments