The latest beta version of Flutter started to openly complain about missing Swift package manager support:
The following plugins do not support Swift Package Manager for ios:
...
- audio_waveforms
...
This will become an error in a future version of Flutter. Please contact the plugin maintainers to request
Swift Package Manager adoption.
The current version 2.0.2 does not support it, still using Cocoapods.
The latest beta version of Flutter started to openly complain about missing Swift package manager support:
The current version 2.0.2 does not support it, still using Cocoapods.