assets library
The bundled assets in forui_assets, exported for convenience.
Classes
- $FAssetsIcons
-
Contains the assets and nested directories in the
assets/icons
directory. - Asset
- An asset in a Flutter project's assets directory.
- FAssets
-
Contains the assets and nested directories in the
assets
directory. - GenericAsset
- A default asset for file extensions not directly supported by the other Assets.
- ImageAsset
- An image.
- LottieAsset
- A Lottie animation.
- SvgAsset
- An SVG file.
Extensions
- ImageAssetExtension on ImageAsset
- Provides functions for converting an ImageAsset to a Flutter Image.
- SvgAssetExtension on SvgAsset
-
Provides functions for converting an SvgAsset to a
SvgPicture
.