Skip to content

Commit 81ffaa8

Browse files
update: update a link and remove a piece of text in the Cross-platform development doc. (JetBrains#320)
1 parent a5301f1 commit 81ffaa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

topics/journal/cross-platform-mobile-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ As modern multiplatform frameworks continue to evolve, they increasingly allow m
120120

121121
### Flutter
122122

123-
Created by Google, Flutter is a cross-platform development framework that uses the Dart programming language. Flutter supports native features, such as location services, camera functionality, and hard drive access. If you need to create a specific app feature that's not supported in Flutter, you can write platform-specific code using the [Platform Channel technology](https://brightmarbles.io/blog/platform-channel-in-flutter-benefits-and-limitations/).
123+
Created by Google, Flutter is a cross-platform development framework that uses the Dart programming language. Flutter supports native features, such as location services, camera functionality, and hard drive access. If you need to create a specific app feature that's not supported in Flutter, you can write platform-specific code using the [Platform Channel technology](https://docs.flutter.dev/platform-integration/platform-channels).
124124

125-
Apps built with Flutter need to share all of their UX and UI layers, which is why they may not always feel 100% native. One of the best things about this framework is its Hot Reload feature, which allows developers to make changes and view them instantly.
125+
Apps built with Flutter need to share all of their UX and UI layers. One of the best things about this framework is its Hot Reload feature, which allows developers to make changes and view them instantly.
126126

127127
This framework may be the best option in the following situations:
128128

0 commit comments

Comments
 (0)