1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00
Files
samples/experimental/linting_tool/lib/routes.dart
2021-07-14 07:31:14 +10:00

7 lines
228 B
Dart

// Copyright 2021 The Flutter team. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
const String homeRoute = '/home';
// TODO(abd99): Add new routes.