-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Add first version of flutter.io/docs #817
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - name: Get Started | ||
| description: Learn how to set up your environment and start building. | ||
| url: /get-started/install/ | ||
| - name: Widgets Catalog | ||
| description: The rich set of Flutter widgets available in the SDK. | ||
| url: /widgets/ | ||
| - name: API Docs | ||
| description: Generated reference docs for the Flutter framework. | ||
| url: https://docs.flutter.io/ |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,94 @@ | ||
| --- | ||
| layout: page | ||
| title: Flutter Documentation | ||
| permalink: /docs/ | ||
| --- | ||
|
|
||
| <ul class="cards"> | ||
| {% for card in site.data.docs_cards %} | ||
| <li class="cards__item"> | ||
| <div class="card"> | ||
| <h3 class="catalog-category-title"><a class="action-link" href="{{card.url}}">{{card.name}}</a></h3> | ||
| <p>{{card.description}}</p> | ||
| <div class="card-action"> | ||
| <a class="action-link" href="{{card.url}}">VISIT</a> | ||
| </div> | ||
| </div> | ||
| </li> | ||
| {% endfor %} | ||
| </ul> | ||
|
|
||
| | ||
|
|
||
|
|
||
| ## New to Flutter? | ||
|
|
||
| * [Write Your First Flutter App](/get-started/codelab/) | ||
| A walkthrough on creating a Flutter app that generates names for startup companies. | ||
|
|
||
| * [Flutter for Android Developers](/flutter-for-android/) | ||
| Tips for Android developers. | ||
|
|
||
| * [HTML/CSS patterns](/web-analogs/) | ||
| Tips for web developers showing how HTML and CSS syntax maps to Flutter widgets. | ||
|
|
||
| * [Building Layouts in Flutter](/tutorials/layout/) | ||
| Walkthrough showing how to create layouts in Flutter, where everything is a widget. | ||
|
|
||
| * [Add Interactivity to Your Flutter App](/tutorials/interactive/) | ||
| Walkthrough showing how to add a stateful widget to your app. | ||
|
|
||
| * [A Tour of the Flutter Widget Framework](/widgets-intro/) | ||
| A short, conceptual tour through the Flutter framework. | ||
|
|
||
| | ||
|
|
||
|
|
||
| ## Want to skill up? | ||
|
|
||
| You’ve mastered the basics and want to add to your skills. | ||
|
|
||
| * [Cookbook](/cookbook/) | ||
| A (growing) collection of recipes that address common Flutter use cases. | ||
|
|
||
| * [Sample App Catalog](/catalog/samples/) | ||
| Simple apps that show how to implement features and widgets. | ||
|
|
||
| * [Adding Assets and Images in Flutter](/assets-and-images/) | ||
| How to add resources to a Flutter app. | ||
|
|
||
| * [Animations in Flutter](/animations/) | ||
| Flutter supports different types of animations. Learn how to create standard, | ||
| hero, or staggered animations, to name a few. | ||
|
|
||
| * [Routing and Navigation](/routing-and-navigation/) | ||
| How to create and navigate to new pages. | ||
|
|
||
| * [Internationalization](/tutorials/internationalization/) | ||
| Go global! How to internationalize your Flutter app. | ||
|
|
||
| * [Effective Dart](https://www.dartlang.org/guides/language/effective-dart) | ||
| Guides on how to write better Dart code. | ||
|
|
||
| | ||
|
|
||
|
|
||
| ## Specialized topics | ||
|
|
||
| * [Custom fonts](/custom-fonts/) | ||
| How to add new fonts to your app. | ||
|
|
||
| * [Text input](/text-input/) | ||
| How to set up basic text input. | ||
|
|
||
| * [Debugging Flutter Apps](/debugging/) | ||
| Tools and tips for debugging your app. | ||
|
|
||
| * [Flutter Widget Inspector](/inspector/) | ||
| The Flutter Inspector, a tool available in the Flutter plugin for your IDE. | ||
|
|
||
| | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this intention?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes. This is because there is not enough space between The implementation is ugly but the special-case CSS would be even uglier. When I have time, I'll see if changing the CSS everywhere to give more margin between |
||
|
|
||
|
|
||
| This is not a complete list. Please use the left navigation, or the search | ||
| field to find other topics. | ||
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.
will this be easy to understand for non-native speakers?
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.
I think so.
@Sfshaza, what are our options to rephrase?