Remove references to asExternalTypedData (#13)

* asTypedList

* changelog
5 files changed
tree: e1a445b16734cfc261388b8bb5e3244193fc73af
  1. lib/
  2. test/
  3. .gitignore
  4. .travis.yml
  5. analysis_options.yaml
  6. AUTHORS
  7. CHANGELOG.md
  8. LICENSE
  9. pubspec.yaml
  10. 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.