common.dart 753 Bytes
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 kLargeImagesRouteName = '/large_images';
12
const String kTextRouteName = '/text';
Dan Field's avatar
Dan Field committed
13
const String kAnimatedPlaceholderRouteName = '/animated_placeholder';
14
const String kColorFilterAndFadeRouteName = '/color_filter_and_fade';