Skip to content

Commit 47eb69a

Browse files
authored
Expand readme (flutter#10)
* Fix travis * Expand readme
1 parent ebc021b commit 47eb69a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.1+2
4+
5+
* Expand readme
6+
37
## 0.1.1+1
48

59
* Fix documentation link

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[![Build Status](https://travis-ci.org/dart-lang/ffi.svg?branch=master)](https://travis-ci.org/dart-lang/ffi)
22

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.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ffi
2-
version: 0.1.1+1
2+
version: 0.1.1+2
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.

0 commit comments

Comments
 (0)