ictd_app_assets 0.0.2
ictd_app_assets: ^0.0.2 copied to clipboard
A customizable App Assets widget developed by the Innovation and Connectivity for Transformative Digitalization (ICTD) of the Local Government Unit of San Francisco, Agusan del Sur. Supports Material [...]
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, )