material_symbols_icons 4.2659.0 material_symbols_icons: ^4.2659.0 copied to clipboard
Full flutter support for latest Google Material Symbols Icons.
Changelog for Material Symbols Icons package #
4.2659.0 #
- Updated the font variable symbol fonts to versions 2.659 from 6/5/2023 from official material symbols icon repo
- Example enhanced to save state in URL of web version, and to copy the symbol name to the clipboard when icon is pressed.
4.39.5 #
- Made dart format/analyze happy, fixed update_package.dart to generate dart format safe code.
4.39.4 #
- Changed package to conform to the document defining the future built in 'native' support of the Material Symbols Icons fonts.
- The instructions and use should now be compatible with the future Flutter implementation as defined in here.
- Added option to Remove @nodoc tag from symbols.dart for when dart doc supports removal of sidebar.. someday...
4.39.3 #
- Remove @staticIconProvider annotation because pub.dev does not like it no matter what the flutter version is.
- Added @nodoc to prevent documentation for outlined_suffix, rounded, rounded_suffix, sharp and sharp_suffix because dart doc is so large and inefficient that pub.dev generates 12gigs of docs otherwise. Added listing of icon names/symbols for each class in lieu of proper dart docs.
4.39.2 #
- Changes to flutter 3.7.0/dart sdk 2.19.0 to get pub.dev to accept @staticIconProvider annotation
- Editted README.md, added dartdoc_options.yaml to get pub.dev to generate docs without errors,
- Lots of tweaking of update_package.dart code generator to generate better dart doc comments to generate better docs.
4.39.1 #
- Change to flutter 3.0.0/dart sdk 2.17.0 to support @staticIconProvider annotation
- Added screenshots to README.md and pubspec.yaml
4.39.0 #
- Initial release supporting the Material Symbols Icons variable fonts versions 4.39 for outline, rounded and sharp styles supporting dart sdk >=2.16.0