blob: 7b1129b0d760980b182a11a6b71e5bbce86a68b7 [file] [log] [blame]
// Copyright 2013 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.
import 'package:flutter/material.dart';
import 'package:shared_test_plugin_code/example_app.dart';
void main() {
runApp(const ExampleApp());
}