Undo bump to 0.1.4 (#19)

Package stable versions should only depend on sdk stable versions.
3 files changed
tree: 4a0dbf1569acda8095fc8e8d60cb36183e8230ba
  1. example/
  2. lib/
  3. test/
  4. .gitignore
  5. .travis.yml
  6. analysis_options.yaml
  7. AUTHORS
  8. CHANGELOG.md
  9. LICENSE
  10. pubspec.yaml
  11. README.md
README.md

Build Status

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.