Skip to content
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

Merged
merged 15 commits into from
Apr 28, 2017
Merged

faq updates #531

merged 15 commits into from
Apr 28, 2017

Conversation

sethladd
Copy link
Contributor

@sethladd sethladd commented Apr 28, 2017

@googlebot googlebot added the cla: yes Contributor has signed the Contributor License Agreement label Apr 28, 2017
@sethladd
Copy link
Contributor Author

@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
Copy link
Contributor

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?

Copy link
Contributor Author

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,
Copy link
Contributor

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

Copy link
Contributor Author

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/).
Copy link
Contributor

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?

Copy link
Contributor Author

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.
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed that line.

@abarth
Copy link
Contributor

abarth commented Apr 28, 2017

LGTM

@FlutterBot
Copy link

Staging URL Generated At https://flutter-io-deploy-three.firebaseapp.com . Please allow Travis Build to finish to view the URL.

@sethladd sethladd merged commit 8b7c8fe into master Apr 28, 2017
@sethladd sethladd deleted the faq branch April 28, 2017 18:08
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.
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Contributor has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants