sound_flutter 0.0.1
sound_flutter: ^0.0.1 copied to clipboard
Sound for Flutter with the goal of no additional system dependencies. Integrates the `sound_dart` package and uses cargokit to build the native Rust audio library and use it via FFI.
0.0.1 #
- Flutter integration for
sound_dart: builds the sharedsound_cliRust crate via cargokit and bundles it. Re-exports thesound_dartAPI and addsSoundFlutter.ensureInitialized(). Verified building/bundling/loading on Linux desktop. SoundFlutter.loadAsset/playAssetto play bundled Flutter assets (with an optionalpackage/bundle).