pinned in https://dart-review.googlesource.com/c/sdk/+/180361
Migrate Utf8 and Utf16 to Opaque and remove Utf8.toString
2 files changed
tree: bf7b3b94f46a4c9a13711f59f952d10dc95b4e87
  1. .github/
  2. example/
  3. lib/
  4. test/
  5. .gitignore
  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 UTF-8 and UTF-16.

For additional details about Dart FFI (dart:ffi), see https://dart.dev/guides/libraries/c-interop.