We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de89e5b commit 8a88a93Copy full SHA for 8a88a93
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.1.3
4
+
5
+Stable release incorporating all the previous dev release changes.
6
7
+Bump SDK constraint to `>= 2.6.0`.
8
9
## 0.1.3-dev.4
10
11
Bump SDK constraint to `>= 2.6.0-dev.8.2` which contains the new API of `dart:ffi`.
pubspec.yaml
@@ -1,11 +1,11 @@
name: ffi
-version: 0.1.3-dev.4
+version: 0.1.3
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.8.2 <3.0.0'
+ sdk: '>=2.6.0 <3.0.0'
dependencies:
0 commit comments