-
Notifications
You must be signed in to change notification settings - Fork 5
Update documentation to reference NavigationBar #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
guyluz11
wants to merge
5
commits into
masterashu:master
Choose a base branch
from
guyluz11:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
89eb274
Update documentation to reference Navigation Bar instead of deprecate…
guyluz11 137d1b7
Fixed inconsistent naming
guyluz11 0d7f40a
Added browser support for example
guyluz11 18deca9
Fixed spotlight position is incorrect when the navbar is smaller than…
guyluz11 67194b4
Merge pull request #1 from guyluz11/fix_spotlight_position
guyluz11 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <!-- | ||
| If you are serving your web app in a path other than the root, change the | ||
| href value below to reflect the base path you are serving from. | ||
|
|
||
| The path provided below has to start and end with a slash "/" in order for | ||
| it to work correctly. | ||
|
|
||
| For more details: | ||
| * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base | ||
|
|
||
| This is a placeholder for base href that will be replaced by the value of | ||
| the `--base-href` argument provided to `flutter build`. | ||
| --> | ||
| <base href="$FLUTTER_BASE_HREF"> | ||
|
|
||
| <meta charset="UTF-8"> | ||
| <meta content="IE=Edge" http-equiv="X-UA-Compatible"> | ||
| <meta name="description" content="A new Flutter project."> | ||
|
|
||
| <!-- iOS meta tags & icons --> | ||
| <meta name="apple-mobile-web-app-capable" content="yes"> | ||
| <meta name="apple-mobile-web-app-status-bar-style" content="black"> | ||
| <meta name="apple-mobile-web-app-title" content="example"> | ||
| <link rel="apple-touch-icon" href="icons/Icon-192.png"> | ||
|
|
||
| <!-- Favicon --> | ||
| <link rel="icon" type="image/png" href="favicon.png"/> | ||
|
|
||
| <title>example</title> | ||
| <link rel="manifest" href="manifest.json"> | ||
|
|
||
| <script> | ||
| // The value below is injected by flutter build, do not touch. | ||
| const serviceWorkerVersion = null; | ||
| </script> | ||
| <!-- This script adds the flutter initialization JS code --> | ||
| <script src="flutter.js" defer></script> | ||
| </head> | ||
| <body> | ||
| <script> | ||
| window.addEventListener('load', function(ev) { | ||
| // Download main.dart.js | ||
| _flutter.loader.loadEntrypoint({ | ||
| serviceWorker: { | ||
| serviceWorkerVersion: serviceWorkerVersion, | ||
| }, | ||
| onEntrypointLoaded: function(engineInitializer) { | ||
| engineInitializer.initializeEngine().then(function(appRunner) { | ||
| appRunner.runApp(); | ||
| }); | ||
| } | ||
| }); | ||
| }); | ||
| </script> | ||
| </body> | ||
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| { | ||
| "name": "example", | ||
| "short_name": "example", | ||
| "start_url": ".", | ||
| "display": "standalone", | ||
| "background_color": "#0175C2", | ||
| "theme_color": "#0175C2", | ||
| "description": "A new Flutter project.", | ||
| "orientation": "portrait-primary", | ||
| "prefer_related_applications": false, | ||
| "icons": [ | ||
| { | ||
| "src": "icons/Icon-192.png", | ||
| "sizes": "192x192", | ||
| "type": "image/png" | ||
| }, | ||
| { | ||
| "src": "icons/Icon-512.png", | ||
| "sizes": "512x512", | ||
| "type": "image/png" | ||
| }, | ||
| { | ||
| "src": "icons/Icon-maskable-192.png", | ||
| "sizes": "192x192", | ||
| "type": "image/png", | ||
| "purpose": "maskable" | ||
| }, | ||
| { | ||
| "src": "icons/Icon-maskable-512.png", | ||
| "sizes": "512x512", | ||
| "type": "image/png", | ||
| "purpose": "maskable" | ||
| } | ||
| ] | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.