flutter_lualike 0.2.1
flutter_lualike: ^0.2.1 copied to clipboard
Flutter integration for lualike. Provides AssetBundle filesystem backend, build hook for compiling Lua scripts, and convenience APIs for running Lua in Flutter apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_lualikeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_lualike: ^0.2.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_lualike/flutter_lualike.dart';