mirror of
https://github.com/EasyTier/astral.git
synced 2025-05-19 10:30:24 +00:00
2. 重构AppConfig类,使用Hive进行持久化存储 3. 新增AdvancedConfig类,用于管理高级配置项 4. 优化服务器列表和节点状态的管理逻辑 5. 添加多个Provider来管理不同模块的状态 6. 更新依赖项,添加Riverpod及相关依赖
/// This is copied from Cargokit (which is the official way to use it currently) /// Details: https://fzyzcjy.github.io/flutter_rust_bridge/manual/integrate/builtin Experimental repository to provide glue for seamlessly integrating cargo build with flutter plugins and packages. See https://matejknopp.com/post/flutter_plugin_in_rust_with_no_prebuilt_binaries/ for a tutorial on how to use Cargokit. Example plugin available at https://github.com/irondash/hello_rust_ffi_plugin.