opus_flutter_ios 2.0.0 copy "opus_flutter_ios: ^2.0.0" to clipboard
opus_flutter_ios: ^2.0.0 copied to clipboard

PlatformiOS
unlistedoutdated

iOS implementation of the opus_flutter plugin.

opus_flutter_ios #

The iOS implementation of opus_flutter.

Usage #

Import the package #

This package has been endorsed, meaning that you only need to add opus_flutter as a dependency in your pubspec.yaml. It will be automatically included in your app when you depend on package:opus_flutter.

This is what the above means to your pubspec.yaml:

...
dependencies:
  ...
  opus_flutter: ^2.0.0
  ...

If you wish to use the iOS package only, you can add opus_flutter_ios as a dependency:

...
dependencies:
  ...
  opus_flutter_ios: ^2.0.0
  ...

How opus is contained in this package #

opus_xcframework is incorporated into this plugin.