Skip to content

Commit 5ffdf4f

Browse files
authored
[ffi] Update pubspec to sdk >= 2.6.0-dev.8.2 (dart-archive/ffi#18)
1 parent d1f189d commit 5ffdf4f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pkgs/ffi/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 0.1.3-dev.3
48

59
Replace use of deprecated `asExternalTypedData` with `asTypedList`.

pkgs/ffi/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: ffi
2-
version: 0.1.3-dev.3
2+
version: 0.1.4
33
author: Dart Team <[email protected]>
44
homepage: https://github.com/dart-lang/ffi
55
description: Utilities for working with Foreign Function Interface (FFI) code.
66

77
environment:
8-
sdk: '>=2.6.0-dev.6.0 <3.0.0'
8+
sdk: '>=2.6.0-dev.8.2 <3.0.0'
99
documentation: https://pub.dev/documentation/ffi/
1010

1111
dependencies:

0 commit comments

Comments
 (0)