@@ -20,19 +20,19 @@ open source.
20
20
## Documentation
21
21
22
22
* [ Install Flutter] ( https://flutter.dev/get-started/ )
23
- * [ Flutter documentation] ( https://flutter.dev/docs )
23
+ * [ Flutter documentation] ( https://docs. flutter.dev/ )
24
24
* [ Development wiki] ( https://github.com/flutter/flutter/wiki )
25
25
* [ Contributing to Flutter] ( https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md )
26
26
27
27
For announcements about new releases, follow the
28
28
[ flutter-announce@googlegroups.com ] ( https://groups.google.com/forum/#!forum/flutter-announce )
29
29
mailing list. Our documentation also tracks [ breaking
30
- changes] ( https://flutter.dev/docs /release/breaking-changes ) across releases.
30
+ changes] ( https://docs. flutter.dev/release/breaking-changes ) across releases.
31
31
32
32
## Terms of service
33
33
34
34
The Flutter tool may occasionally download resources from Google servers. By
35
- downloading or using the Flutter SDK you agree to the Google Terms of Service:
35
+ downloading or using the Flutter SDK, you agree to the Google Terms of Service:
36
36
https://policies.google.com/terms
37
37
38
38
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
85
85
editor plug-ins for both [ Visual Studio Code] and [ IntelliJ / Android Studio] .
86
86
Flutter provides [ tens of thousands of packages] [ Flutter packages ] to speed your
87
87
development, regardless of your target platform. And accessing other native code
88
- is easy, with support for both [ FFI] and [ platform-specific APIs ] [ platform
89
- channels] .
88
+ is easy, with support for both FFI ( [ on Android ] [ Android FFI] , [ on iOS ] [ iOS FFI ] ,
89
+ and [ on macOS ] [ macOS FFI ] ) as well as [ platform-specific APIs ] [ platform channels] .
90
90
91
91
Flutter is a fully open-source project, and we welcome contributions.
92
92
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
99
99
[ Discord badge ] : https://img.shields.io/discord/608014603317936148
100
100
[ Twitter handle ] : https://img.shields.io/twitter/follow/flutterdev.svg?style=social&label=Follow
101
101
[ Twitter badge ] : https://twitter.com/intent/follow?screen_name=flutterdev
102
- [ layered architecture ] : https://flutter.dev/docs /resources/inside-flutter
102
+ [ layered architecture ] : https://docs. flutter.dev/resources/inside-flutter
103
103
[ architectural overview ] : https://docs.flutter.dev/resources/architectural-overview
104
104
[ widget catalog ] : https://flutter.dev/widgets/
105
105
[ Cupertino ] : https://docs.flutter.dev/development/ui/widgets/cupertino
@@ -111,6 +111,8 @@ Information on how to get started can be found in our
111
111
[ Visual Studio Code ] : https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
112
112
[ IntelliJ / Android Studio ] : https://plugins.jetbrains.com/plugin/9212-flutter
113
113
[ Flutter packages ] : https://pub.dev/flutter
114
- [ FFI ] : https://flutter.dev/docs/development/platform-integration/c-interop
115
- [ platform channels ] : https://flutter.dev/docs/development/platform-integration/platform-channels
114
+ [ Android FFI ] : https://docs.flutter.dev/development/platform-integration/android/c-interop
115
+ [ iOS FFI ] : https://docs.flutter.dev/development/platform-integration/android/c-interop
116
+ [ macOS FFI ] : https://docs.flutter.dev/development/platform-integration/macos/c-interop
117
+ [ platform channels ] : https://docs.flutter.dev/development/platform-integration/platform-channels
116
118
[ interop example ] : https://github.com/flutter/flutter/tree/master/examples/platform_channel
0 commit comments