flutter_lualike 0.2.1 copy "flutter_lualike: ^0.2.1" to clipboard
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_lualike

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_lualike: ^0.2.1

Alternatively, 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';
1
likes
150
points
158
downloads

Publisher

verified publisherglenfordwilliams.com

Weekly Downloads

Flutter integration for lualike. Provides AssetBundle filesystem backend, build hook for compiling Lua scripts, and convenience APIs for running Lua in Flutter apps.

Repository (GitHub)
View/report issues

Topics

#lua #scripting #flutter #asset-bundle #build-hook

License

MIT (license)

Dependencies

flutter, hooks, lualike, lualike_hooks

More

Packages that depend on flutter_lualike