flutter_embed_unity_2022_3_ios 1.0.2 flutter_embed_unity_2022_3_ios: ^1.0.2 copied to clipboard
iOS implementation for Unity 2022.3 LTS of the flutter_embed_unity plugin.
flutter_embed_unity_ios #
The iOS implementation of flutter_embed_unity
.
Usage #
Import the package #
This package has been endorsed, meaning that you only need to add flutter_embed_unity
as a dependency in your pubspec.yaml
. It will be automatically included in your app
when you depend on package:flutter_embed_unity
.
This is what the above means to your pubspec.yaml
:
...
dependencies:
...
flutter_embed_unity: ^0.0.1
...
If you wish to use the iOS package only, you can add flutter_embed_unity_ios
as a
dependency:
...
dependencies:
...
flutter_embed_unity_2022_3_ios: ^0.0.1
...