Tuan (Peter) Duong
Tuan (Peter) Duong
I have the same issue. I added base.js and ui.js as @desarrollospyro suggested but no luck. Please help.
Got the same issue. The value of `isFullScreen` is always false when watching in fullscreen.
I have the same issue. My workaround is to use `iframeYoutubePlayerController..hideTopMenu();` and `iframeYoutubePlayerController..hideEndScreen();` when the player state is load or pause.
Seems like the creator doesn't maintain this plugin anymore. @iuriegutu95 Can you please publish your work to pub.dev so that I can use yours?
@iuriegutu95 I tried your PR and got the build error: ```bash /Applications/flutter/.pub-cache/git/audio_recorder-79ff1153d7e8047e3f764c6c6f8d16742ca58866/ios/Classes/SwiftAudioRecorderPlugin.swift:39:53: error: 'setCategory(_:with:)' has been renamed to 'setCategory(_:options:)' try AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryPlayAndRecord, with: AVAudioSessionCategoryOptions.defaultToSpeaker) ^~~~~~~~~~~ ~~~~ setCategory options AVFAudio.AVAudioSession:13:15: note: 'setCategory(_:with:)'...
@iuriegutu95 I've just committed your new changes and see it works now. Thanks a lot. @ZaraclaJ Can you please merge his PR when you have chance? Thanks in advance.
> https://pub.dev/packages/audio_recorder_nullsafety I got some exceptions with the start and stop methods using this one.
Got same error: `Could not build the precompiled application for the device`.
@shikharLogic yes. I got this excellent approach: https://stackoverflow.com/a/66404760/2328861
Have the same question. @rxlabz Are you still maintaining this plugin? This plugin is really great. Please keep doing it.