[go: nahoru, domu]

Skip to content

Commit

Permalink
Make core UI concept docs more apparent on 'Learn more' page (flutter…
Browse files Browse the repository at this point in the history
…#2318)

* Fixes flutter#1945

* Tweaking as per feedback.
  • Loading branch information
sfshaza2 committed Jan 31, 2019
1 parent 159a840 commit 5df4632
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 41 deletions.
2 changes: 1 addition & 1 deletion flutter
Submodule flutter updated 536 files
37 changes: 8 additions & 29 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "0.34.2"
version: "0.33.3+1"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -36,13 +36,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.1+4"
build_daemon:
dependency: transitive
description:
name: build_daemon
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0"
build_resolvers:
dependency: transitive
description:
Expand All @@ -56,14 +49,14 @@ packages:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.1.3"
build_runner_core:
dependency: transitive
description:
name: build_runner_core
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "1.1.3"
built_collection:
dependency: transitive
description:
Expand Down Expand Up @@ -151,7 +144,7 @@ packages:
name: dart_style
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.2"
version: "1.2.0"
fixnum:
dependency: transitive
description:
Expand All @@ -165,7 +158,7 @@ packages:
name: front_end
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.9"
version: "0.1.6+4"
glob:
dependency: transitive
description:
Expand All @@ -187,13 +180,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.13.3+3"
http:
dependency: transitive
description:
name: http
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.0+1"
http_multi_server:
dependency: transitive
description:
Expand Down Expand Up @@ -235,7 +221,7 @@ packages:
name: kernel
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.9"
version: "0.3.6+4"
linkcheck:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -278,13 +264,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.5"
package_resolver:
dependency: transitive
description:
name: package_resolver
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.6"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -354,7 +333,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.3"
version: "1.5.4"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -440,4 +419,4 @@ packages:
source: hosted
version: "2.1.15"
sdks:
dart: ">=2.1.0 <3.0.0"
dart: ">=2.0.0 <3.0.0"
27 changes: 16 additions & 11 deletions src/docs/get-started/learn-more.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,30 @@ prev:
path: /docs/get-started/codelab
---

Learn more about the Flutter framework:
Learn more about the Flutter framework from the following pages:

## Flutter basics

* [Introduction to widgets](/docs/development/ui/widgets-intro)
* [Building layouts in Flutter](/docs/development/ui/layout/tutorial) tutorial
* [Add interactivity](/docs/development/ui/interactive) tutorial

## Apply your existing knowledge

* [Flutter for Android developers](/docs/get-started/flutter-for/android-devs)
* [From Java to Dart](https://codelabs.developers.google.com/codelabs/from-java-to-dart) codelab
* [Flutter for iOS developers](/docs/get-started/flutter-for/ios-devs)
* [Flutter for React Native developers](/docs/get-started/flutter-for/react-native-devs)
* [Flutter for Xamarin.Forms developers](/docs/get-started/flutter-for/xamarin-forms-devs)
* [Flutter for web developers](/docs/get-started/flutter-for/web-devs)
* [Building layouts in Flutter](/docs/development/ui/layout) tutorial
* [Add interactivity](/docs/development/ui/interactive) tutorial
* [Introduction to widgets](/docs/development/ui/widgets-intro)
* [Flutter API Docs](https://docs.flutter.io/)
* [flutter.io (this website)](/)
* [Flutter for Xamarin.Forms developers](/docs/get-started/flutter-for/xamarin-forms-devs)

Other resources:
## Other resources

* [Udacity online Flutter training](https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905)
* [Flutter Cookbook](/docs/cookbook)
* [From Java to Dart](https://codelabs.developers.google.com/codelabs/from-java-to-dart) codelab
* [Flutter samples](https://github.com/flutter/samples/blob/master/INDEX.md)
* [Flutter cookbook](/docs/cookbook)
* [Bootstrap into Dart: learn more about the language](/docs/resources/bootstrap-into-dart)
* [Flutter API Docs](https://docs.flutter.io/)
* [Udacity online Flutter training](https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905)

Reach out to us at our [mailing list][]. We'd love to hear from you!

Expand Down

0 comments on commit 5df4632

Please sign in to comment.