flutter/packages/flutter_tools/bin/flutter_tools.dart
2015-11-10 13:20:35 -08:00

8 lines
279 B
Dart

// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter_tools/executable.dart' as executable;
main(List<String> args) => executable.main(args);