lua_dardo_plus 0.3.0
lua_dardo_plus: ^0.3.0 copied to clipboard
A maintained fork of LuaDardo - Lua 5.3 virtual machine written in pure Dart. Fixes critical bugs in math.random, error messages, return statements, and userdata metatables.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add lua_dardo_plusWith Flutter:
$ flutter pub add lua_dardo_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
lua_dardo_plus: ^0.3.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:lua_dardo_plus/debug.dart';
import 'package:lua_dardo_plus/lua.dart';