Skip to content

Commit d3ccbfc

Browse files
authored
Update pubspec to sdk >= 2.6.0-dev.8.2 (flutter#18)
1 parent ea88d71 commit d3ccbfc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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`.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
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)