iwad_runtime 0.1.1 copy "iwad_runtime: ^0.1.1" to clipboard
iwad_runtime: ^0.1.1 copied to clipboard

A Flutter IWAD runtime for app-supplied game data with native and web backends.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add iwad_runtime

With Flutter:

 $ flutter pub add iwad_runtime

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

dependencies:
  iwad_runtime: ^0.1.1

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:iwad_runtime/iwad_runtime.dart';
0
likes
0
points
244
downloads

Publisher

verified publisherkicknext.dev

Weekly Downloads

A Flutter IWAD runtime for app-supplied game data with native and web backends.

Repository (GitHub)
View/report issues

Topics

#flutter #ffi #wasm #game-engine #runtime

License

unknown (license)

Dependencies

ffi, flutter, path_provider, web

More

Packages that depend on iwad_runtime

Packages that implement iwad_runtime