Canardoux / flutter_sound

Flutter plugin for sound. Audio recorder and player.
Mozilla Public License 2.0
878 stars 574 forks source link

Update Installation Guide with Additional iOS Setup for Recording #1115

Closed mahdiyarz closed 3 weeks ago

mahdiyarz commented 3 weeks ago

Description: This PR updates the Installation section of the Flutter Sound documentation to include essential setup instructions for iOS recording functionality. Key changes include:

This update Adds guidance on adding the audio_session dependency for iOS recording setup, providing users with clear steps to configure audio sessions required for recording on iOS devices. Enhances structure and readability of the installation instructions to support easier integration directly from pub.dev.

This update will help developers follow all necessary configuration steps, especially for recording on iOS. Let me know if further adjustments are needed.

Additional Notes: No methods or functions were added; the update is limited to dependency and setup documentation.

Larpoux commented 3 weeks ago

Thank you so much, @mahdiyarz for your PR. If everybody did something on the documentation, Flutter Sound would be really well documented. I am going to merge your PR in the documentation. Thank you again,

Larpoux commented 3 weeks ago

Your doc update has been published. Perhaps you will have to restart your web browser to update the caches. Thank you for your contribution

mahdiyarz commented 3 weeks ago

happy to help. thank you for the great job. @Larpoux