We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f189d commit 5ffdf4fCopy full SHA for 5ffdf4f
pkgs/ffi/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.1.4
4
+
5
+Bump SDK constraint to `>= 2.6.0-dev.8.2` which contains the new API of `dart:ffi`.
6
7
## 0.1.3-dev.3
8
9
Replace use of deprecated `asExternalTypedData` with `asTypedList`.
pkgs/ffi/pubspec.yaml
@@ -1,11 +1,11 @@
name: ffi
-version: 0.1.3-dev.3
+version: 0.1.4
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/ffi
description: Utilities for working with Foreign Function Interface (FFI) code.
environment:
- sdk: '>=2.6.0-dev.6.0 <3.0.0'
+ sdk: '>=2.6.0-dev.8.2 <3.0.0'
documentation: https://pub.dev/documentation/ffi/
10
11
dependencies:
0 commit comments