mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Rename Navigator 2.0 to Router (#712)
* Rename Navigator 2.0 to Router This aligns better with the documentation for this new API, and doesn't imply that apps need to be upgraded. * introduction -> navigator
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
/// 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 Navigator 2.0)
|
||||
/// default TransitionDelegate will handle this if you are using Router)
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
void main() {
|
||||
Reference in New Issue
Block a user