flutter_embed_unity_6000_0_android 1.2.2 copy "flutter_embed_unity_6000_0_android: ^1.2.2" to clipboard
flutter_embed_unity_6000_0_android: ^1.2.2 copied to clipboard

PlatformAndroid

Android implementation for Unity 6000.0 LTS of the flutter_embed_unity plugin.

flutter_embed_unity_android #

The Android implementation of flutter_embed_unity.

Usage #

Import the package #

This package has not yet been endorsed, meaning that will need to add both flutter_embed_unity and flutter_embed_unity_android as a dependency in your pubspec.yaml.

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

...
dependencies:
  ...
  flutter_embed_unity_6000_0_android: ^0.0.1
  flutter_embed_unity: ^0.0.1
  ...

If you wish to use the Android package only, you can add flutter_embed_unity_android as a dependency:

...
dependencies:
  ...
  flutter_embed_unity_6000_0_android: ^0.0.1
  ...