dart_cpp_bridge 0.1.0-dev.2
dart_cpp_bridge: ^0.1.0-dev.2 copied to clipboard
Experimental Dart ↔ C++20 bridge (FRB-like). Dart FFI session layer; native library built from the monorepo (hooks not ready).
0.1.0-dev.2 #
- Point
repositoryat monorepo package path (.../tree/main/dart) for pub.dev verification. - Document public codec / demo APIs (dartdoc coverage).
- Add
example/example.dart. - Declare platforms: android, ios, linux, macos, windows (no web).
0.1.0-dev.1 #
- Initial dev publish to reserve the package name on pub.dev.
- Phase 1 hand-written Dart bindings (sync / async / stream / DartFn).
- Native library must be built separately from the monorepo (hooks not wired yet).
- See repository README for full status.