| // Copyright 2017 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/foundation.dart'; |
| import 'package:flutter/widgets.dart'; |
| // TODO(gspencergoog): Update this when TargetPlatform includes macOS. https://github.com/flutter/flutter/issues/31366 |
| // See https://github.com/flutter/flutter/wiki/Desktop-shells#target-platform-override |
| debugDefaultTargetPlatformOverride = TargetPlatform.fuchsia; |
| runApp(const Directionality( |
| textDirection: TextDirection.ltr, |
| child: Text('flutter run -t xxx.dart'), |