Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9cdaa88

Browse files
mit-mitCommit Queue
authored and
Commit Queue
committed
Document stable support for hooks in CHANGELOG
Closes #61958 GitOrigin-RevId: c2cb886 Change-Id: Ie10d29e8045025d5eb4293e74844523895ad58f6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/461740 Reviewed-by: Michael Thomsen <mit@google.com> Commit-Queue: Michael Thomsen <mit@google.com>
1 parent 00183ec commit 9cdaa88

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎CHANGELOG.md‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,16 @@ instead.
134134
[writing an analyzer plugin]: https://github.com/dart-lang/sdk/blob/main/pkg/analysis_server_plugin/doc/writing_a_plugin.md
135135
[using analyzer plugins]: https://github.com/dart-lang/sdk/blob/main/pkg/analysis_server_plugin/doc/using_plugins.md
136136

137+
#### Hooks
138+
139+
Support for **hooks** -- formerly know as _native assets_ -- are now stable.
140+
141+
You can currently use hooks to do things such as compile or download native assets
142+
(code written in other languages that are compiled into machine code),
143+
and then call these assets from the Dart code of a package.
144+
145+
For more details see the [hooks documentation](https://dart.dev/tools/hooks).
146+
137147
#### Dart CLI and Dart VM
138148

139149
- The Dart CLI and Dart VM have been split into two separate executables.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /