-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
faq updates #531
faq updates #531
Conversation
Update backgroundColor -> color to match flutter/flutter#9648
@Hixie @eseidelGoogle @abarth PTAL if you're interested. Thanks! |
faq.md
Outdated
widgets that make for beautiful apps. | ||
In addition, Flutter is different because it only has a thin layer of | ||
C/C++ code. Flutter implements most of its system (compositing, gestures, | ||
animation, framework, widgets, etc) in _Dart_ (a modern, terse, OOP |
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.
Is OOP too obscure an acronym?
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.
fair enough. changed
faq.md
Outdated
### Does Flutter come with widgets? | ||
|
||
Yes! Flutter ships with a set of | ||
[high quality Material and Cupertino (iOS-styled) widgets][widgets], layouts, |
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.
styled or style ? In the API docs we usually say style
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.
fixed
|
||
Yes, Flutter provides APIs for writing unit and integration | ||
tests. Learn more about | ||
[testing with Flutter](/testing/). |
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.
Do we want to advertise our passion for testing and link to our coveralls page?
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.
Sure! What's the link?
faq.md
Outdated
an APK, to be approximately 8MB. For this simple app that used Material Design | ||
widgets, the core engine is approximately 5MB, the framework + app code is | ||
approximately 400kb, necessary Java code is 330k, and there is approximately | ||
2.5MB of ICU data. We are working to get this smaller. |
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.
"We are working to get this smaller." is this important to say? It seems apologetic.
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.
Removed that line.
Staging URL Generated At https://flutter-io-deploy-three.firebaseapp.com . Please allow Travis Build to finish to view the URL. |
apps that run on both Android and iOS. Flutter gives developers quick | ||
edit/debug cycles for an enjoyable low-friction workflow. | ||
Flutter is still being developed and is not yet at | ||
1.0. |
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.
Technically I think react native isn't 1.0 yet either. Should we be less conservative in the language as well?
Fixes flutter/flutter#9658