7 releases

0.1.6 Sep 11, 2024
0.1.5 Aug 23, 2024

#13 in #dart

MIT license

27KB
658 lines

Crosscall

Interaction and communication between Rust and Flutter using grpc and memory channels

Requirements

  1. rust toolchain
  2. flutter toolchain
  3. protoc in $PATH
  4. protoc dart plugin in $PATH

Quick start

  1. Install rust toolchain

  2. Install flutter toolchain

  3. Install protoc and dart plugin

  4. Install crossc

    • cargo install crossc
    • crossc check: Check flutter and protc installation
  5. Create project

    • crossc new my_app
    • cd my_app && flutter run

Dependencies

~5–12MB
~125K SLoC