flutter_native_channel 0.1.0 copy "flutter_native_channel: ^0.1.0" to clipboard
flutter_native_channel: ^0.1.0 copied to clipboard

A fast flutter message channel by using dart FFI and shared memory.

flutter_native_channel #

A fast flutter message channel by using dart FFI and shared memory.

  • Concurrent Channel

Run tasks concurrently in different thread.

  • Synchronous Channel

Run task sync synchronously using FFI call.

Requirements #

  • Flutter 1.20+ / Dart 2.9+
  • Android NDK 21.3.6528147

Usage #

Check out example.

0
likes
50
pub points
35%
popularity

Publisher

unverified uploader

A fast flutter message channel by using dart FFI and shared memory.

Homepage

License

Apache-2.0 (LICENSE)

Dependencies

crypto, ffi, flutter

More

Packages that depend on flutter_native_channel