Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit d504f64

Browse files
update dictionary and spelling
1 parent 711c92d commit d504f64

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ href
204204
colour
205205
preflight
206206
nav
207+
MacOS
207208

208209
^.+[-:_]\w+$
209210
[a-z]+([A-Z0-9]|[A-Z0-9]\w+)

src/pages/guides/dart/flutter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Flutter is an open-source development framework developed by Google for developi
99

1010
Cross-platform development has become increasingly important due to the growing demand for mobile apps, cost savings, and increased reach and engagement. By developing an application once using cross-platform technologies like Flutter, companies can reduce development costs, simplify maintenance and updates, and target a broader audience across different platforms, devices, and operating systems.
1111

12-
Cross-platform development often faces criticism regarding performance and native feature access; however, Flutter provides features to achieve high performance while supporting native features. This close-to-native performance is enabled through two key aspects: the open-source programming language Dart, optimized for building UIs by compiling to native machine code; and Flutter's use of Skia, a graphics engine providing consistent rendering across different platforms. This leads to a unified experience for users and developers across various devices.
12+
Cross-platform development often faces criticism regarding performance and native feature access; however, Flutter provides features to achieve high performance while supporting native features. This close-to-native performance is enabled through two key aspects: the open-source programming language Dart, optimized for building user interfaces by compiling to native machine code; and Flutter's use of Skia, a graphics engine providing consistent rendering across different platforms. This leads to a unified experience for users and developers across various devices.
1313

1414
Flutter further enhances developer experience with widgets - reusable components used to build applications. Developers can customize these widgets using composition, where complex layouts are created from smaller widgets. This approach simplifies the development process and allows for easy customization of user interfaces.
1515

0 commit comments

Comments
 (0)