unity_kit 1.0.1 copy "unity_kit: ^1.0.1" to clipboard
unity_kit: ^1.0.1 copied to clipboard

Flutter plugin for Unity 3D integration — typed bridge, lifecycle management, and communication layer.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add unity_kit

With Flutter:

 $ flutter pub add unity_kit

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  unity_kit: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:unity_kit/unity_kit.dart';
13
likes
0
points
114k
downloads

Publisher

verified publisherravenlab.tech

Weekly Downloads

Flutter plugin for Unity 3D integration — typed bridge, lifecycle management, and communication layer.

Repository (GitHub)
View/report issues

Topics

#unity #flutter-unity #game #assets #bridge

License

unknown (license)

Dependencies

crypto, flutter, flutter_plugin_android_lifecycle, http, path_provider

More

Packages that depend on unity_kit

Packages that implement unity_kit