Skip to content

eva_icons_flutter 4.0.0

Latest

Choose a tag to compare

@silverhairs silverhairs released this 29 Jul 00:35
· 2 commits to master since this release
417fdee

What's changed

  • Added Flutter 3.44 compatibility by replacing the EvaIconData subclass with direct, const IconData definitions.
  • Updated the icon generator for the new definitions, with validation for missing icons and glyphs.
  • Added package and example tests covering icon metadata and rendering.
  • Removed obsolete generated project files and unused development dependencies.

Breaking changes

  • EvaIconData has been removed. Use IconData directly for custom icon definitions.
  • Dart 3.0 and Flutter 3.10 or newer are now required.