luavm 0.3.2 copy "luavm: ^0.3.2" to clipboard
luavm: ^0.3.2 copied to clipboard

Provide simple Lua VMs to Flutter (now supports vanilla Lua 5.4.0)

0.3.2 #

  • Upgrade Lua from 5.4.0 to 5.4.1

0.3.1 #

  • vmplugin.doc_dir now compatible with path_provider, makes it easier for lua require
  • example support lua require

0.3.0 #

  • Each Lua VM runs in a single separated thread
  • New Lua module vmplugin for platform support, including invoke method call back to Dart, this enables the network connection initiated from Lua code

0.2.1 #

  • Lua "print" now outputs to Flutter console and system log (ADB and iOS NSLog)
  • Add Lua modules: cjson, cjson_safe (Lua-CJSON 2.1.0) and lfs (LuaFileSystem 1.8.0)

0.2.0 #

  • Upgrade to the newest Lua 5.4.0

0.1.1 #

  • Fix document badges

0.1.0 #

  • Fix document and format for pub.dev requirements.

0.0.1 #

  • Vanilla Lua 5.3.5 without loslib, iOS and Android should work both
10
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Provide simple Lua VMs to Flutter (now supports vanilla Lua 5.4.0)

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on luavm