Skip to content

Commit

Permalink
Mark update-packages as non-experimental (#35465)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvolkert committed Jul 2, 2019
1 parent e40273f commit 2e54093
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/flutter_tools/lib/src/commands/update_packages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ class UpdatePackagesCommand extends FlutterCommand {
);
}

@override
bool get isExperimental => true;

@override
final String name = 'update-packages';

Expand Down

0 comments on commit 2e54093

Please sign in to comment.