-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Flutter for Android/iOS/Xamarin page tweaks #1116
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
Flutter for Android/iOS/Xamarin page tweaks #1116
Conversation
|
|
||
| Your Android and iOS knowledge and skill set are valuable when building with | ||
| Flutter, because Flutter relies on the native operating system configurations, similar to | ||
| how you would configure your native Xamarin.Forms projects. The Flutter Frameworks is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My VS Code removes trailing whitespace from lines, which is what accounts for most of the changes in this file.
| for all HTML elements is set to | ||
| [`border-box`](https://css-tricks.com/box-sizing/), | ||
| for consistency with the Flutter model. | ||
| {% prettify css %}<!DOCTYPE html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code excerpt used to have <!DOCTYPE html> in a CSS code block. I moved <!DOCTYPE html> into the sentence instead. Is that ok @Sfshaza?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
|
If you prefer, you can examine this PR while ignoring whitespace changes: https://github.com/flutter/website/pull/1116/files?w=1. That'll help you focus on the real changes. |
f192a11 to
700edbc
Compare
|
@Sfshaza - Test are passing. The build is now failing but only because of See #1119. It is tricky to have the pass/fail status of a build depend on external links (it is usually be to treat them as warnings). The travis.sh script should probably be broken down into parts with some parts being allowed to fail. |
|
I agree about the challenge of external links. Flutter has always done it that way, but I welcome turning those from errors to warnings. LGTM |
- Mainly page markdown cleanup - One small adjustment in web-analogs.
700edbc to
f373038
Compare
I've opened flutter/flutter#19752 to track that. |
|
Finally, Travis is green! |
|
LGTM |
cc @Sfshaza