Skip to content

Commit a4d305a

Browse files
committed
add todo
1 parent 571a542 commit a4d305a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/native_assets_builder/lib/src/package_layout/package_layout.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ class PackageLayout {
8989
/// a `hook/build.dart`.
9090
///
9191
/// 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.)
9295
late final Future<List<Package>> packagesWithNativeAssets = () async {
9396
final result = <Package>[];
9497
for (final package in packageConfig.packages) {

0 commit comments

Comments
 (0)