1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 00:08:46 +00:00

Fix link to native extensions deprecation issue

Follow-up to bda70c8489

Change-Id: I76f042a08a6d313bfdee297b078e01fd81784b97
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/212545
Auto-Submit: Kevin Moore <kevmoo@google.com>
Reviewed-by: Slava Egorov <vegorov@google.com>
This commit is contained in:
Kevin Moore 2021-09-06 16:46:53 +00:00
parent 8f270ea432
commit f42cc14c3c

View File

@ -89,9 +89,9 @@
#### Dart VM
- **Breaking Change** [#45451][]: Support for `dart-ext:`-style native
extensions has been removed as previously announced. Use `dart:ffi` to bind
to native libraries instead.
- **Breaking Change** [#45451](https://github.com/dart-lang/sdk/issues/45451) :
Support for `dart-ext:`-style native extensions has been removed as previously
announced. Use `dart:ffi` to bind to native libraries instead.
## 2.14.0