Skip to content

Flutter: macOS, Linux, and Windows desktop support #32

@enzoftware

Description

@enzoftware

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions