## Description Add desktop platform support (macOS, Linux, Windows) to the silvestre Flutter package. ## Tasks - [ ] macOS: Configure build to produce `.dylib` or `.a` and link via CocoaPods/SPM - [ ] Linux: Configure CMake build to compile Rust and link `.so` - [ ] Windows: Configure CMake build to compile Rust and link `.dll` - [ ] Verify `flutter_rust_bridge` codegen works for all desktop targets - [ ] Test on each desktop platform ## Acceptance Criteria - [ ] `flutter run -d macos` works and can call Rust functions - [ ] `flutter run -d linux` works and can call Rust functions - [ ] `flutter run -d windows` works and can call Rust functions - [ ] No platform-specific code in the Dart API layer
Description
Add desktop platform support (macOS, Linux, Windows) to the silvestre Flutter package.
Tasks
.dylibor.aand link via CocoaPods/SPM.so.dllflutter_rust_bridgecodegen works for all desktop targetsAcceptance Criteria
flutter run -d macosworks and can call Rust functionsflutter run -d linuxworks and can call Rust functionsflutter run -d windowsworks and can call Rust functions