5 releases

0.1.6 Sep 11, 2024
0.1.5 Aug 23, 2024
0.1.4 Aug 21, 2024
0.1.3 Aug 20, 2024
0.1.0 Aug 18, 2024

#711 in Development tools

Download history 262/week @ 2024-08-16 119/week @ 2024-08-23 1/week @ 2024-08-30 303/week @ 2024-09-06 30/week @ 2024-09-13 4/week @ 2024-09-20 24/week @ 2024-09-27 5/week @ 2024-10-04

218 downloads per month

MIT license

30KB
822 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

~7–19MB
~273K SLoC