7 releases

0.1.6 Sep 11, 2024
0.1.5 Aug 23, 2024

#15 in #dart

Download history 558/week @ 2024-08-17 48/week @ 2024-08-24 3/week @ 2024-08-31 314/week @ 2024-09-07 21/week @ 2024-09-14 7/week @ 2024-09-21 4/week @ 2024-09-28 4/week @ 2024-10-12

437 downloads per month

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–11MB
~124K SLoC