1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-09 14:28:51 +00:00

General cleanup: consistent quoting, sort dependencies, (#859)

single quotes everywhere
fix comment references
This commit is contained in:
Kevin Moore
2021-08-02 10:57:30 -07:00
committed by GitHub
parent 89093cac71
commit b0745a00d4
10 changed files with 29 additions and 33 deletions

View File

@@ -3,9 +3,10 @@
// BSD-style license that can be found in the LICENSE file.
/// Shows how a custom TransitionDelegate can be used to customized when
/// transition animations are shown. (For example, [when two routes are popped
/// off the stack](https://github.com/flutter/flutter/issues/12146), however the
/// default TransitionDelegate will handle this if you are using Router)
/// transition animations are shown. (For example,
/// [when two routes are popped off the stack](https://github.com/flutter/flutter/issues/12146),
/// however the default TransitionDelegate will handle this if you are using
/// `Router`.)
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';