File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.1+2
4
+
5
+ * Expand readme
6
+
3
7
## 0.1.1+1
4
8
5
9
* Fix documentation link
Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.org/dart-lang/ffi.svg?branch=master )] ( https://travis-ci.org/dart-lang/ffi )
2
2
3
- Utilities for working with Foreign Function Interface (FFI) code
3
+ Utilities for working with Foreign Function Interface (FFI) code, incl.
4
+ converting between Dart strings and C strings encoded with utf8 and utf16.
5
+
6
+ For additional details about Dart FFI (` dart:ffi ` ), see
7
+ https://dart.dev/guides/libraries/c-interop .
Original file line number Diff line number Diff line change 1
1
name : ffi
2
- version : 0.1.1+1
2
+ version : 0.1.1+2
3
3
author :
Dart Team <[email protected] >
4
4
homepage : https://github.com/dart-lang/ffi
5
5
description : Utilities for working with Foreign Function Interface (FFI) code.
You can’t perform that action at this time.
0 commit comments