Update icons to 7.4.47 of mdi.
Icons that have been added can be found at:
- 7.3.67: https://pictogrammers.com/library/mdi/version/7.3.67
- 7.4.47: https://pictogrammers.com/library/mdi/version/7.4.47
- Breaking Change: MdiIcons.* variables are no longer const, to avoid breaking tree-shaking. See issue #54
- Support for Dart 3.0
Update icons to 7.2.96 of mdi. Icons that have been added can be found at https://pictogrammers.com/library/mdi/version/7.2.96.
Update icons to 7.1.96 of mdi. Icons that have been added can be found at https://pictogrammers.com/library/mdi/version/7.1.96.
Update icons to 7.0.96 of mdi that introduce breaking changes. Some icons are renamed or removed. For more information Templarian/MaterialDesign#6504.
Update icons to 6.9.96 of mdi.
Update icons to 6.7.96 of mdi.
Update icons to 6.5.95 of mdi.
Update icons to 6.2.95 of mdi, which introduce breaking changes.
Add null safety support, which require dart 2.12 or above.
Update icons to 5.9.55 of mdi.
Update icons to 5.8.55 of mdi.
Update icons to 5.7.55 of mdi.
Update icons to 5.6.55 of mdi.
Update icons to 5.5.55 of mdi.
Update icons to 5.3.45 of mdi.
Update icons to 5.2.45 of mdi.
Update icons to 5.1.45 of mdi.
Update icons to 5.0.45 of mdi. Some icons are removed or renamed.
Restore deprecated icons and make alias available to avoid breaking change.
Update icons.
Added a getIconsName
static method.
Added ability to recognise dash style icon name.
Added auto-update script which is wriiten in JavaScript.
Added a fromString
static method to access icon.
Supports access icon by [] operator
Since the Material Design Icons does not follow the semver. We decide not to respect its version.
You can find the correspounding version number as patch part.
From this version, this package will respect Material Design Icons' version since it might introduce breaking changes between minor versions.
- First released