common.dart 1.5 KB
Newer Older
Ian Hickson's avatar
Ian Hickson committed
1
// Copyright 2014 The Flutter Authors. All rights reserved.
2 3 4
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

5
const String kCullOpacityRouteName = '/cull_opacity';
6
const String kCubicBezierRouteName = '/cubic_bezier';
7
const String kBackdropFilterRouteName = '/backdrop_filter';
8
const String kPostBackdropFilterRouteName = '/post_backdrop_filter';
9
const String kSimpleAnimationRouteName = '/simple_animation';
10
const String kPictureCacheRouteName = '/picture_cache';
11
const String kLargeImageChangerRouteName = '/large_image_changer';
12
const String kLargeImagesRouteName = '/large_images';
13
const String kTextRouteName = '/text';
14
const String kFullscreenTextRouteName = '/fullscreen_text';
Dan Field's avatar
Dan Field committed
15
const String kAnimatedPlaceholderRouteName = '/animated_placeholder';
16
const String kColorFilterAndFadeRouteName = '/color_filter_and_fade';
17
const String kFadingChildAnimationRouteName = '/fading_child_animation';
18
const String kImageFilteredTransformAnimationRouteName = '/imagefiltered_transform_animation';
19
const String kMultiWidgetConstructionRouteName = '/multi_widget_construction';
20
const String kHeavyGridViewRouteName = '/heavy_gridview';
21
const String kSimpleScrollRouteName = '/simple_scroll';
22
const String kStackSizeRouteName = '/stack_size';
23
const String kAnimationWithMicrotasksRouteName = '/animation_with_microtasks';
24
const String kAnimatedImageRouteName = '/animated_image';
25 26

const String kScrollableName = '/macrobenchmark_listview';
27 28

const String kStackSizeKey = 'stack_size';