irondash / cargokit

Integrate cargo build with flutter plugins and applications.
Other
58 stars 18 forks source link

Cargokit for a pure Dart package #79

Open sneurlax opened 2 weeks ago

sneurlax commented 2 weeks ago

Hi @knopp! Thanks for cargokit and native_toolchain_rust. I'm currently using native_toolchain_rust for two pure Dart package which use Rust but am having issues due to hypens in my crate names (vs. underscores) as referenced in this PR. I was wondering if there's a way to use cargokit for pure Dart packages without requiring flutter for use? Thanks!