blob: c8a016b41fb55745a798b8ea45ec5b706d727a6c [file] [log] [blame]
// Copyright 2016 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_driver/driver_extension.dart';
import 'package:complex_layout/main.dart' as app;
void main() {
enableFlutterDriverExtension();
app.main();
}