Skip to content

Commit

Permalink
Expand readme (flutter#10)
Browse files Browse the repository at this point in the history
* Fix travis

* Expand readme
  • Loading branch information
mit-mit authored Oct 10, 2019
1 parent ebc021b commit 47eb69a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.1+2

* Expand readme

## 0.1.1+1

* Fix documentation link
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Build Status](https://travis-ci.org/dart-lang/ffi.svg?branch=master)](https://travis-ci.org/dart-lang/ffi)

Utilities for working with Foreign Function Interface (FFI) code
Utilities for working with Foreign Function Interface (FFI) code, incl.
converting between Dart strings and C strings encoded with utf8 and utf16.

For additional details about Dart FFI (`dart:ffi`), see
https://dart.dev/guides/libraries/c-interop.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ffi
version: 0.1.1+1
version: 0.1.1+2
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/ffi
description: Utilities for working with Foreign Function Interface (FFI) code.
Expand Down

0 comments on commit 47eb69a

Please sign in to comment.