Closed Larpoux closed 5 years ago
check out and now is ok
Thank you very much Williamwen. You was very prompt to fix my issue :-)
I am really interested by LuaKit and I am considering working with it.
Do you think possible to modify the Lua/Flutter interface so that a Lua Script can call the Flutter library ?
Regards
/Larpoux
luakit provide notification function,you can post a notification from lua and receive in flutter so you can call any flutter library from lua
lua:
lua_notification.postNotification(3, { lua1 = "lua123", lua2 = "lua234" })
flutter :
FlutterLuakitPlugin.addLuaObserver(3, notify);
When I try to run the demo, I get the following error message 👎
Execution failed for task ':app:preDebugBuild'.