Skip to content

Commit

Permalink
flutter tool: make FlutterOptions abstract final (#124178)
Browse files Browse the repository at this point in the history
flutter tool: make FlutterOptions abstract final
  • Loading branch information
kevmoo authored Apr 6, 2023
1 parent 929a5bd commit d062bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter_tools/lib/src/runner/flutter_command.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class FlutterCommandResult {
}

/// Common flutter command line options.
class FlutterOptions {
abstract final class FlutterOptions {
static const String kExtraFrontEndOptions = 'extra-front-end-options';
static const String kExtraGenSnapshotOptions = 'extra-gen-snapshot-options';
static const String kEnableExperiment = 'enable-experiment';
Expand Down

0 comments on commit d062bfa

Please sign in to comment.