gameframework 0.0.3
gameframework: ^0.0.3 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 gameframeworkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
gameframework: ^0.0.3Alternatively, 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';