I’ve been working on building the project in Unreal Engine 5.4.4, and I wanted to take a moment to commend you for the fantastic work you've done so far, it's been a pleasure to dive into it!
During the process, I came across a couple of missing imports in the following files:
UnrealDemo\Plugins\FlutterUnreal\Source\Private\FlutterTextInput.h
UnrealDemo\Plugins\FlutterUnreal\Source\Private\FlutterMessage.h
It seems the missing import is:
include "ThirdParty/flutter_engine/flutter_embedder.h"
thanks in advance for this plugin i think it will help the industry in the future.
Hi dear,
I hope you're doing well! 😊
I’ve been working on building the project in Unreal Engine 5.4.4, and I wanted to take a moment to commend you for the fantastic work you've done so far, it's been a pleasure to dive into it!
During the process, I came across a couple of missing imports in the following files:
UnrealDemo\Plugins\FlutterUnreal\Source\Private\FlutterTextInput.h UnrealDemo\Plugins\FlutterUnreal\Source\Private\FlutterMessage.h It seems the missing import is:
include "ThirdParty/flutter_engine/flutter_embedder.h"
thanks in advance for this plugin i think it will help the industry in the future.