blob: a5604b1578b35eb98048d219bc4c0ecfc5e7efdf [file] [log] [blame]
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package dev.flutter.complex_layout;
import io.flutter.embedding.android.FlutterActivity;
public class MainActivity extends FlutterActivity {
}