gameframework 0.0.2 copy "gameframework: ^0.0.2" to clipboard
gameframework: ^0.0.2 copied to clipboard

A unified, modular framework for embedding multiple game engines (Unity, Unreal Engine) into Flutter applications with bidirectional communication and lifecycle management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gameframework

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

dependencies:
  gameframework: ^0.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:gameframework/gameframework.dart';
0
likes
150
points
135
downloads

Publisher

verified publisherxraph.com

Weekly Downloads

A unified, modular framework for embedding multiple game engines (Unity, Unreal Engine) into Flutter applications with bidirectional communication and lifecycle management.

Repository (GitHub)
View/report issues
Contributing

Topics

#game-engine #unity #unreal-engine #game-development #augmented-reality

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_plugin_android_lifecycle, plugin_platform_interface

More

Packages that depend on gameframework

Packages that implement gameframework