gameframework_unreal 0.0.1 copy "gameframework_unreal: ^0.0.1" to clipboard
gameframework_unreal: ^0.0.1 copied to clipboard

Unreal Engine plugin for Flutter Game Framework. Provides Unreal Engine 5.x integration with bidirectional communication, quality settings, and console command execution.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gameframework_unreal

With Flutter:

 $ flutter pub add gameframework_unreal

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

dependencies:
  gameframework_unreal: ^0.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:gameframework_unreal/gameframework_unreal.dart';
0
likes
0
points
133
downloads

Publisher

verified publisherxraph.com

Weekly Downloads

Unreal Engine plugin for Flutter Game Framework. Provides Unreal Engine 5.x integration with bidirectional communication, quality settings, and console command execution.

Repository (GitHub)
View/report issues

Topics

#game-engine #unreal-engine #game-development #ue5

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, gameframework

More

Packages that depend on gameframework_unreal

Packages that implement gameframework_unreal