Release for 2.12.0-259.8.beta (#73)

This Dart version contains the cherry pick for https://github.com/dart-lang/sdk/issues/44822 (in https://github.com/dart-lang/sdk/commit/e5dd92c3ca766810e0e5a02d8725b1cebc19f564) in Dart standalone.

This Dart version will contain and https://github.com/flutter/engine/pull/23954 (in https://github.com/flutter/engine/pull/24142).
2 files changed
tree: 7065e0d30d23f0f34d2de7d6af2c50dc6863aa27
  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.