pull/1235/head
mit-mit 3 years ago
parent 804c7477c6
commit bf13f8a8d1

File diff suppressed because one or more lines are too long

@ -32,7 +32,7 @@
<p>By Flutter</p> <p>By Flutter</p>
<div class="toolbar"> <div class="toolbar">
<div class="buttons"> <div class="buttons">
<button class="mdc-button mdc-button--outlined" onclick="window.location.href = 'web/navigation_and_routing';"><span class="mdc-button__ripple"></span> Launch App</button><button class="mdc-button mdc-button--outlined" onclick="window.location.href = 'https://github.com/flutter/samples/tree/master/navigation_and_Routing';"> <button class="mdc-button mdc-button--outlined" onclick="window.location.href = 'web/navigation_and_routing';"><span class="mdc-button__ripple"></span> Launch App</button><button class="mdc-button mdc-button--outlined" onclick="window.location.href = 'https://github.com/flutter/samples/tree/master/navigation_and_routing';">
<div class="mdc-button__ripple"></div> <div class="mdc-button__ripple"></div>
<i class="material-icons mdc-button__icon" aria-hidden="true">code</i> <i class="material-icons mdc-button__icon" aria-hidden="true">code</i>
<span class="mdc-button__label">Source Code</span> <span class="mdc-button__label">Source Code</span>

@ -451,7 +451,7 @@ samples:
alt: Navigation and Routing screenshot alt: Navigation and Routing screenshot
- url: images/navigation_and_routing4.png - url: images/navigation_and_routing4.png
alt: Navigation and Routing screenshot alt: Navigation and Routing screenshot
source: https://github.com/flutter/samples/tree/master/navigation_and_Routing source: https://github.com/flutter/samples/tree/master/navigation_and_routing
description: > description: >
A Flutter sample app that shows how to use how to use the Router API to A Flutter sample app that shows how to use how to use the Router API to
handle common navigation scenarios. handle common navigation scenarios.

File diff suppressed because one or more lines are too long

@ -14,8 +14,8 @@ const RESOURCES = {
"manifest.json": "4d05609ff620f8861ca20119a9dc92fd", "manifest.json": "4d05609ff620f8861ca20119a9dc92fd",
"version.json": "467911f197f6e63848ac8b5043ce2585", "version.json": "467911f197f6e63848ac8b5043ce2585",
"main.dart.js": "5efccd37355fc589f7f13bd4179d2bd1", "main.dart.js": "5efccd37355fc589f7f13bd4179d2bd1",
"index.html": "74538789615027a2f40954f9aaa6d355", "index.html": "818a1df86db0ec39dc3cc7f87697ce75",
"/": "74538789615027a2f40954f9aaa6d355" "/": "818a1df86db0ec39dc3cc7f87697ce75"
}; };
// The application shell files that are downloaded before a service worker can // The application shell files that are downloaded before a service worker can

@ -33,7 +33,7 @@
application. For more information, see: application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers --> https://developers.google.com/web/fundamentals/primers/service-workers -->
<script> <script>
var serviceWorkerVersion = '881450352'; var serviceWorkerVersion = '2647273221';
var scriptLoaded = false; var scriptLoaded = false;
function loadMainDartJs() { function loadMainDartJs() {
if (scriptLoaded) { if (scriptLoaded) {

@ -14,8 +14,8 @@ const RESOURCES = {
"manifest.json": "5d94931eac503e97b830d7f00bdbc4ba", "manifest.json": "5d94931eac503e97b830d7f00bdbc4ba",
"version.json": "bdb4806f54523c14a30b7e256984d0e9", "version.json": "bdb4806f54523c14a30b7e256984d0e9",
"main.dart.js": "ee7d528ade2e779e34308b8f5d530c97", "main.dart.js": "ee7d528ade2e779e34308b8f5d530c97",
"index.html": "9a71c1d33eca572e0375d1cd3118171b", "index.html": "d1ebd6689684daca39c2039f09f0866f",
"/": "9a71c1d33eca572e0375d1cd3118171b" "/": "d1ebd6689684daca39c2039f09f0866f"
}; };
// The application shell files that are downloaded before a service worker can // The application shell files that are downloaded before a service worker can

@ -31,7 +31,7 @@
application. For more information, see: application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers --> https://developers.google.com/web/fundamentals/primers/service-workers -->
<script> <script>
var serviceWorkerVersion = '2129103657'; var serviceWorkerVersion = '413921505';
var scriptLoaded = false; var scriptLoaded = false;
function loadMainDartJs() { function loadMainDartJs() {
if (scriptLoaded) { if (scriptLoaded) {

@ -18,8 +18,8 @@ const RESOURCES = {
"manifest.json": "3cdc33454263edf7deea1c1d6347ab88", "manifest.json": "3cdc33454263edf7deea1c1d6347ab88",
"version.json": "2545af3387d7845af86ae1d4c38e97b4", "version.json": "2545af3387d7845af86ae1d4c38e97b4",
"main.dart.js": "2cb6894430e8ceec713eae244d9c1be0", "main.dart.js": "2cb6894430e8ceec713eae244d9c1be0",
"index.html": "d01351f138fb0aac1e3114979f75de91", "index.html": "53517650766754fc804d671c97ebe691",
"/": "d01351f138fb0aac1e3114979f75de91" "/": "53517650766754fc804d671c97ebe691"
}; };
// The application shell files that are downloaded before a service worker can // The application shell files that are downloaded before a service worker can

@ -40,7 +40,7 @@
application. For more information, see: application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers --> https://developers.google.com/web/fundamentals/primers/service-workers -->
<script> <script>
var serviceWorkerVersion = '259329018'; var serviceWorkerVersion = '3088928570';
var scriptLoaded = false; var scriptLoaded = false;
function loadMainDartJs() { function loadMainDartJs() {
if (scriptLoaded) { if (scriptLoaded) {

Loading…
Cancel
Save