1
0
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:
John Ryan
2021-02-11 08:59:55 -08:00
committed by GitHub
parent b6d9411aa1
commit 43189d90f8
8 changed files with 18 additions and 20 deletions

View File

@@ -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() {