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 4832e4d commit 9e2a469Copy full SHA for 9e2a469
pkgs/ffi/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.2.0-nullsafety.1
4
+
5
+Adds an optional named `length` argument to `Utf8.fromUtf8()`.
6
7
## 0.2.0-nullsafety.0
8
9
Pre-release (non-stable) release supporting null safety.
pkgs/ffi/pubspec.yaml
@@ -1,5 +1,5 @@
name: ffi
-version: 0.2.0-nullsafety.0
+version: 0.2.0-nullsafety.1
homepage: https://github.com/dart-lang/ffi
description: Utilities for working with Foreign Function Interface (FFI) code.
0 commit comments