fledge_assets 0.2.3 copy "fledge_assets: ^0.2.3" to clipboard
fledge_assets: ^0.2.3 copied to clipboard

Ref-counted asset management for Fledge — handles, per-type asset storage, and optional native hot reload.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fledge_assets

With Flutter:

 $ flutter pub add fledge_assets

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

dependencies:
  fledge_assets: ^0.2.3

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

Documentation

API reference

Publisher

verified publisherfledge-framework.dev

Ref-counted asset management for Fledge — handles, per-type asset storage, and optional native hot reload.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#ecs #game-engine #assets #flutter-games

License

Apache-2.0 (license)

Dependencies

fledge_ecs, meta, watcher

More

Packages that depend on fledge_assets