av 0.0.7 copy "av: ^0.0.7" to clipboard
av: ^0.0.7 copied to clipboard

PlatformiOS

An audio/video plugin for Flutter.

av #

https://pub.dev/packages/av

An audio/video plugin for Flutter.

Installation #

flutter pub add av

iOS Setup #

If your app needs to capture audio, add the NSMicrophoneUsageDescription key to ios/Runner/Info.plist:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    ...
	<key>NSMicrophoneUsageDescription</key>
	<string>The app needs microphone access for capturing audio.</string>
    ...
</dict>
</plist>

TODO: Android Setup #

TODO: Web Setup #

0
likes
120
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

An audio/video plugin for Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg, google_fonts, path_provider, plugin_platform_interface, uuid

More

Packages that depend on av

Packages that implement av