flutter/dev/devicelab/bin/tasks/flutter_gallery__transition_perf_e2e_ios.dart

13 lines
472 B
Dart
Raw Normal View History

2020-08-17 19:16:03 +00:00
// 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.
import 'package:flutter_devicelab/framework/devices.dart';
2020-08-17 19:16:03 +00:00
import 'package:flutter_devicelab/framework/framework.dart';
import 'package:flutter_devicelab/tasks/gallery.dart';
2020-08-17 19:16:03 +00:00
Future<void> main() async {
2020-08-17 19:16:03 +00:00
deviceOperatingSystem = DeviceOperatingSystem.ios;
await task(createGalleryTransitionE2ETest());
2020-08-17 19:16:03 +00:00
}