gameframework_stream 0.0.3 copy "gameframework_stream: ^0.0.3" to clipboard
gameframework_stream: ^0.0.3 copied to clipboard

Asset streaming support for Flutter Game Framework. Enables on-demand downloading of Unity Addressable assets from GameFramework Cloud.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gameframework_stream

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

dependencies:
  gameframework_stream: ^0.0.3

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:gameframework_stream/gameframework_stream.dart';
1
likes
140
points
33
downloads

Documentation

Documentation
API reference

Publisher

verified publisherxraph.com

Weekly Downloads

Asset streaming support for Flutter Game Framework. Enables on-demand downloading of Unity Addressable assets from GameFramework Cloud.

Repository (GitHub)
View/report issues

Topics

#game-engine #unity #streaming #addressables #asset-bundles

License

MIT (license)

Dependencies

connectivity_plus, crypto, flutter, gameframework, http, path_provider

More

Packages that depend on gameframework_stream