From a16d8fefe091739f8f8ef3f91dc7f5452ab70bb9 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 27 Nov 2023 11:58:23 -0600 Subject: [PATCH] chore(shorebird_cli): remove completed TODO (#1539) --- packages/shorebird_cli/lib/src/shorebird_build_mixin.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/shorebird_cli/lib/src/shorebird_build_mixin.dart b/packages/shorebird_cli/lib/src/shorebird_build_mixin.dart index 83036182..56961dc6 100644 --- a/packages/shorebird_cli/lib/src/shorebird_build_mixin.dart +++ b/packages/shorebird_cli/lib/src/shorebird_build_mixin.dart @@ -335,7 +335,6 @@ Either run `flutter pub get` manually, or follow the steps in ${link(uri: Uri.pa /// Creates an AOT snapshot of the given [appDillPath] at [outFilePath] and /// returns the resulting file. - // TODO(bryanoltman): make this work with the --local-engine flag. Future buildElfAotSnapshot({ required String appDillPath, required String outFilePath,