flutter_lua 0.3.1 copy "flutter_lua: ^0.3.1" to clipboard
flutter_lua: ^0.3.1 copied to clipboard

Lua interpreter and runtime for executing dynamic scripts in Flutter apps.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.1 - 2019-04-24 #

Changed #

  • Improved the example app

0.3.0 - 2019-03-14 #

Added #

  • Added initial iOS platform support (#1)
  • Lua.eval() static method
  • Lua.evalAsset() static method
  • Lua.evalFile() static method

Removed #

  • Lua.doString() method (use Lua.eval())
  • Lua.doFile() method (use Lua.evalFile())

0.2.0 - 2019-03-10 #

Added #

  • LuaError exception class

Changed #

  • Implemented PlatformException wrapping

0.1.0 - 2019-02-27 #

Added #

  • Lua.version static getter
  • LuaThread#eval() method
  • LuaThread#evalAsset() method
  • LuaThread#evalFile() method
  • LuaThread#exec() method
  • LuaThread#execAsset() method
  • LuaThread#execFile() method
15
likes
30
pub points
13%
popularity

Publisher

unverified uploader

Lua interpreter and runtime for executing dynamic scripts in Flutter apps.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on flutter_lua