Unverified Commit 419c1ebc authored by Zachary Anderson's avatar Zachary Anderson Committed by GitHub

Revert "flutter tool: make FlutterOptions abstract final" (#124303)

Revert "flutter tool: make FlutterOptions abstract final"
parent d062bfa0
......@@ -97,7 +97,7 @@ class FlutterCommandResult {
}
/// Common flutter command line options.
abstract final class FlutterOptions {
class FlutterOptions {
static const String kExtraFrontEndOptions = 'extra-front-end-options';
static const String kExtraGenSnapshotOptions = 'extra-gen-snapshot-options';
static const String kEnableExperiment = 'enable-experiment';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment