flutter-plugins
flutter-plugins copied to clipboard
noise_meter 3.0.3
Device / Emulator and OS
- Device: iPhone 13
- OS: iOS 15.2
Describe the bug
[!] No podspec found for audio_streamer
in .symlinks/plugins/audio_streamer/ios
To Reproduce
Run Pod install inside ios directory
pod install
+1
I'm also having the same issue. Is there any workaround in the meantime?
You should copy some files and folder from example project to your project.
Example project > ios > .symlinks > plugins > audio_streamer > ios > [Copy all folder and files]
Paste it your project > ios > .symlinks > plugins > audio_streamer > ios > Paste here
And now you can install pod, it worked on me
+1
Reason - #540
audio_streamer deployed not propely on pub.dev.
Work around
Add below your pubspec.yaml. It is update your audio_streamer
from the latest git not pub.dev.
dependency_overrides:
audio_streamer:
git:
url: https://github.com/cph-cachet/flutter-plugins.git
path: packages/audio_streamer
ref: master
@bardram could you please deploy a new version to pub.dev?