@@ -57,7 +57,7 @@ Flutter's [layered architecture] gives you control over every pixel on the
5757screen and its powerful compositing capabilities let you overlay and animate
5858graphics, video, text, and controls without limitation. Flutter includes a full
5959[ set of widgets] [ widget catalog ] that deliver pixel-perfect experiences whether
60- you're building for iOS ([ Cupertino] ) or Android ([ Material] ), along with
60+ you're building for iOS ([ Cupertino] ) or other platforms ([ Material] ), along with
6161support for customizing or creating entirely new visual components.
6262
6363<p align =" center " ><img src =" https://github.com/flutter/website/blob/main/src/assets/images/docs/homepage/reflectly-hero-600px.png?raw=true " alt =" Reflectly hero image " ></p >
@@ -75,7 +75,7 @@ as JavaScript for the web and Intel x64 for desktop devices.
7575
7676### Productive development
7777
78- Flutter offers stateful hot reload, allowing you to make changes to your code
78+ Flutter offers [ stateful hot reload] [ Hot reload ] , allowing you to make changes to your code
7979and see the results instantly without restarting your app or losing its state.
8080
8181[ ![ Hot reload animation] [ ]] [ Hot reload ]
@@ -87,7 +87,8 @@ editor plug-ins for both [Visual Studio Code] and [IntelliJ / Android Studio].
8787Flutter provides [ tens of thousands of packages] [ Flutter packages ] to speed your
8888development, regardless of your target platform. And accessing other native code
8989is easy, with support for both FFI ([ on Android] [ Android FFI ] , [ on iOS] [ iOS FFI ] ,
90- and [ on macOS] [ macOS FFI ] ) as well as [ platform-specific APIs] [ platform channels ] .
90+ [ on macOS] [ macOS FFI ] , and [ on Windows] [ Windows FFI ] ) as well as
91+ [ platform-specific APIs] [ platform channels ] .
9192
9293Flutter is a fully open-source project, and we welcome contributions.
9394Information on how to get started can be found in our
@@ -113,7 +114,8 @@ Information on how to get started can be found in our
113114[ IntelliJ / Android Studio ] : https://plugins.jetbrains.com/plugin/9212-flutter
114115[ Flutter packages ] : https://pub.dev/flutter
115116[ Android FFI ] : https://docs.flutter.dev/development/platform-integration/android/c-interop
116- [ iOS FFI ] : https://docs.flutter.dev/development/platform-integration/android /c-interop
117+ [ iOS FFI ] : https://docs.flutter.dev/development/platform-integration/ios /c-interop
117118[ macOS FFI ] : https://docs.flutter.dev/development/platform-integration/macos/c-interop
119+ [ Windows FFI ] : https://docs.flutter.dev/development/platform-integration/windows/building#integrating-with-windows
118120[ platform channels ] : https://docs.flutter.dev/development/platform-integration/platform-channels
119121[ interop example ] : https://github.com/flutter/flutter/tree/master/examples/platform_channel
0 commit comments