bundler library
π³ JetLeaf Framework - https://jetleaf.hapnium.com
Copyright Β© 2025 Hapnium & JetLeaf Contributors. All rights reserved.
This source file is part of the JetLeaf Framework and is protected under copyright law. You may not copy, modify, or distribute this file except in compliance with the JetLeaf license.
For licensing terms, see the LICENSE file in the root of this project.
π§ Powered by Hapnium β the Dart backend engine π
Classes
- AssetLoader
- A configurable asset bundler for loading files from Dart packages.
- AssetLoaderInterface
- Abstract interface for asset bundling operations.
- AssetLoaderManager
- Core manager class that handles all asset bundling logic.
Properties
- jetLeafAssetLoader β AssetLoaderInterface
-
The default asset bundler used by JetLeaf to load internal framework assets.
final
Functions
-
rootAssetLoader(
String packageName) β AssetLoaderInterface - Creates an asset bundler for a user-defined package.