flutter_lualike 0.1.0 copy "flutter_lualike: ^0.1.0" to clipboard
flutter_lualike: ^0.1.0 copied to clipboard

Flutter AssetBundle filesystem backend for lualike. Provides transparent read-only file access for dofile(), require(), io.open(), and module loading from Flutter assets. Includes a composite backend [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_lualike

With Flutter:

 $ flutter pub add flutter_lualike

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

dependencies:
  flutter_lualike: ^0.1.0

Alternatively, 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:flutter_lualike/flutter_lualike.dart';
1
likes
0
points
158
downloads

Publisher

verified publisherglenfordwilliams.com

Weekly Downloads

Flutter AssetBundle filesystem backend for lualike. Provides transparent read-only file access for dofile(), require(), io.open(), and module loading from Flutter assets. Includes a composite backend that falls back to the local filesystem for desktop platforms.

Repository (GitHub)
View/report issues

Topics

#lua #scripting #flutter #asset-bundle

License

unknown (license)

Dependencies

flutter, lualike

More

Packages that depend on flutter_lualike