ICTD Assets

A customizable App Assets developed by ICTD LGU San Francisco Agusan del Sur.

• Material icons • raster images • SVG assets • network SVG with caching • web-safe rendering

Usage

Material icon:

AppAsset.build(icon: Icons.home)

Local SVG/PNG:

AppAsset.build( assetPath: 'assets/icons/home.svg', isSvg: true, )

Network SVG:

AppAsset.build( networkUrl: 'https://example.com/icon.svg', isSvg: true, )

Libraries

ictd_app_assets
main