flutter_soloud is distributed under multiple licenses to accommodate its various components:
- Dart plugin: MIT License
- SoLoud engine: ZLib/LibPNG License
- Additional modules: Various permissive licenses
The Flutter plugin portion of flutter_soloud is covered by the MIT License, allowing:
- Commercial use
- Modification
- Distribution
- Private use
The core SoLoud audio engine is licensed under the ZLib/LibPNG license which:
- Is GPL-compatible
- Allows commercial use
- Requires minimal attribution
- Permits modification and redistribution
For detailed information about SoLoud's license, visit SoLoud Legal Information.
Some modules include their own licenses:
- OGG/Opus/Vorbis/FLAC support: BSD-style license
When using flutter_soloud in your project:
- Include the MIT license notice for the Flutter plugin
- Maintain the ZLib/LibPNG license for SoLoud