mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Correct links and grammar in README.md
(#108113)
This commit is contained in:
parent
505ccf910d
commit
c81eb0524e
18
README.md
18
README.md
@ -20,19 +20,19 @@ open source.
|
|||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* [Install Flutter](https://flutter.dev/get-started/)
|
* [Install Flutter](https://flutter.dev/get-started/)
|
||||||
* [Flutter documentation](https://flutter.dev/docs)
|
* [Flutter documentation](https://docs.flutter.dev/)
|
||||||
* [Development wiki](https://github.com/flutter/flutter/wiki)
|
* [Development wiki](https://github.com/flutter/flutter/wiki)
|
||||||
* [Contributing to Flutter](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md)
|
* [Contributing to Flutter](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md)
|
||||||
|
|
||||||
For announcements about new releases, follow the
|
For announcements about new releases, follow the
|
||||||
[flutter-announce@googlegroups.com](https://groups.google.com/forum/#!forum/flutter-announce)
|
[flutter-announce@googlegroups.com](https://groups.google.com/forum/#!forum/flutter-announce)
|
||||||
mailing list. Our documentation also tracks [breaking
|
mailing list. Our documentation also tracks [breaking
|
||||||
changes](https://flutter.dev/docs/release/breaking-changes) across releases.
|
changes](https://docs.flutter.dev/release/breaking-changes) across releases.
|
||||||
|
|
||||||
## Terms of service
|
## Terms of service
|
||||||
|
|
||||||
The Flutter tool may occasionally download resources from Google servers. By
|
The Flutter tool may occasionally download resources from Google servers. By
|
||||||
downloading or using the Flutter SDK you agree to the Google Terms of Service:
|
downloading or using the Flutter SDK, you agree to the Google Terms of Service:
|
||||||
https://policies.google.com/terms
|
https://policies.google.com/terms
|
||||||
|
|
||||||
For example, when installed from GitHub (as opposed to from a prepackaged
|
For example, when installed from GitHub (as opposed to from a prepackaged
|
||||||
@ -85,8 +85,8 @@ Flutter works with any development tool (or none at all), and also includes
|
|||||||
editor plug-ins for both [Visual Studio Code] and [IntelliJ / Android Studio].
|
editor plug-ins for both [Visual Studio Code] and [IntelliJ / Android Studio].
|
||||||
Flutter provides [tens of thousands of packages][Flutter packages] to speed your
|
Flutter provides [tens of thousands of packages][Flutter packages] to speed your
|
||||||
development, regardless of your target platform. And accessing other native code
|
development, regardless of your target platform. And accessing other native code
|
||||||
is easy, with support for both [FFI] and [platform-specific APIs][platform
|
is easy, with support for both FFI ([on Android][Android FFI], [on iOS][iOS FFI],
|
||||||
channels].
|
and [on macOS][macOS FFI]) as well as [platform-specific APIs][platform channels].
|
||||||
|
|
||||||
Flutter is a fully open-source project, and we welcome contributions.
|
Flutter is a fully open-source project, and we welcome contributions.
|
||||||
Information on how to get started can be found in our
|
Information on how to get started can be found in our
|
||||||
@ -99,7 +99,7 @@ Information on how to get started can be found in our
|
|||||||
[Discord badge]: https://img.shields.io/discord/608014603317936148
|
[Discord badge]: https://img.shields.io/discord/608014603317936148
|
||||||
[Twitter handle]: https://img.shields.io/twitter/follow/flutterdev.svg?style=social&label=Follow
|
[Twitter handle]: https://img.shields.io/twitter/follow/flutterdev.svg?style=social&label=Follow
|
||||||
[Twitter badge]: https://twitter.com/intent/follow?screen_name=flutterdev
|
[Twitter badge]: https://twitter.com/intent/follow?screen_name=flutterdev
|
||||||
[layered architecture]: https://flutter.dev/docs/resources/inside-flutter
|
[layered architecture]: https://docs.flutter.dev/resources/inside-flutter
|
||||||
[architectural overview]: https://docs.flutter.dev/resources/architectural-overview
|
[architectural overview]: https://docs.flutter.dev/resources/architectural-overview
|
||||||
[widget catalog]: https://flutter.dev/widgets/
|
[widget catalog]: https://flutter.dev/widgets/
|
||||||
[Cupertino]: https://docs.flutter.dev/development/ui/widgets/cupertino
|
[Cupertino]: https://docs.flutter.dev/development/ui/widgets/cupertino
|
||||||
@ -111,6 +111,8 @@ Information on how to get started can be found in our
|
|||||||
[Visual Studio Code]: https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
|
[Visual Studio Code]: https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
|
||||||
[IntelliJ / Android Studio]: https://plugins.jetbrains.com/plugin/9212-flutter
|
[IntelliJ / Android Studio]: https://plugins.jetbrains.com/plugin/9212-flutter
|
||||||
[Flutter packages]: https://pub.dev/flutter
|
[Flutter packages]: https://pub.dev/flutter
|
||||||
[FFI]: https://flutter.dev/docs/development/platform-integration/c-interop
|
[Android FFI]: https://docs.flutter.dev/development/platform-integration/android/c-interop
|
||||||
[platform channels]: https://flutter.dev/docs/development/platform-integration/platform-channels
|
[iOS FFI]: https://docs.flutter.dev/development/platform-integration/android/c-interop
|
||||||
|
[macOS FFI]: https://docs.flutter.dev/development/platform-integration/macos/c-interop
|
||||||
|
[platform channels]: https://docs.flutter.dev/development/platform-integration/platform-channels
|
||||||
[interop example]: https://github.com/flutter/flutter/tree/master/examples/platform_channel
|
[interop example]: https://github.com/flutter/flutter/tree/master/examples/platform_channel
|
||||||
|
Loading…
Reference in New Issue
Block a user