*Work in progress..
A text messaging app powered by IBM Watson.
*Work in progress..
The build requirement including:
Google flutter (3.0.0+) installation(https://docs.flutter.dev/get-started/install)
Unity 2020.3.35f1 (with android NDK 19) installation(https://unity3d.com/get-unity/download)
To build the app, you just need to:
- (If the unity project been changed) Open the
unity
project and build it: Menu -> Flutter -> Export Android - setting android NDK location(On
android/local.properties
,add a line:ndk.dir=<NDK location>
) flutter run
If you got any installation problem, check your flutter installation using flutter doctor
. Make sure android NDK
and flutter
are set correctly. Further question please dm @Cheong43 .
/unity
is the unity project location, ARView-IBM-TextMessaging
is the current unity work dir. The flutter-unity-view-widget-plugin
and IBM Watson Unity sdk
already installed, please do not making any change on them.
*Work in progress..