saicon 1.0.3
saicon: ^1.0.3 copied to clipboard
Sai Icons
1.0.3 - 2024-09-25 #
Fixed #
- Corrected asset paths for both icons and spinners to include the
packageprefix ('packages/saicon/assets/icons/'and'packages/saicon/assets/spinners/'respectively), ensuring assets are correctly loaded in dependent apps. - Fixed a typo in asset paths (
asstes→assets). - Updated the
SaiIconsandSaiSpinnerclasses to properly reference assets using the package path format. - Declared all icon and spinner assets in the
pubspec.yamlfile to ensure they are properly bundled with the package. - Ensured that the example app now correctly references package assets, improving the overall integration experience for dependent apps.