Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/content/get-started/flutter-for/react-native-devs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1863,9 +1863,9 @@ The gesture system in Flutter has two separate layers.
The first layer includes raw pointer events,
which describe the location and movement of pointers,
(such as touches, mice, and styli movements), across the screen.
The second layer includes gestures,
which describe semantic actions
that consist of one or more pointer movements.
The second layer includes gestures
that describe semantic actions
and consist of one or more pointer movements.

### How do I add a click or press listeners to a widget?

Expand Down
8 changes: 6 additions & 2 deletions src/content/install/archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ The following information is available for each Flutter release in the
SDK archive:

* **Flutter version**: The version number of the Flutter SDK
(for example, 3.0.0, 2.10.5). This follows semantic versioning, indicating
the significance of changes between releases.
(for example, 3.35.0, 2.10.5) follows a modified
[calendar versioning][] scheme called _CalVer_.
For more information, visit the [Flutter SDK versioning][] page.
* **Architecture**: The processor architecture the SDK is built for
(for example, x64, arm64). This specifies the type of processor the SDK is
compatible with.
Expand All @@ -49,6 +50,9 @@ SDK archive:
SDK, potentially including information about security attestations or
build systems used. Results are returned as JSON.

[calendar versioning]: https://calver.org/
[Flutter SDK versioning]: {{site.repo.flutter}}/blob/main/docs/releases/Release-versioning.md

## Stable channel

{% tabs "os-archive-tabs" %}
Expand Down