You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flutter is required by irondash/cargokit, which integrates cargo builds into flutter builds. Dart 3.6's Native Assets feature allows the Flutter-based irondash/cargokit to be replaced with the newer Dart-based irondash/native_toolchain_rust. We can re-architect to wrap the same underlying Rust crate with a new Dart-only build system and thus remove Flutter as a dependency once Dart 3.6 is released with Native Assets.
This is what my package https://pub.dev/packages/arti does. Sorry to advertise here, icota and Foundation-Devices, but once Dart releases Native Assets in a stable version then we can replace cargokit with native_toolchain_rust for this package and migrate from a Flutter package to a Dart one using the aforementioned link as a guide/example.
Is it possible to remove flutter from dependency list of this package tor? If "yes", CLI programs could use package tor too.
The text was updated successfully, but these errors were encountered: