icons_plus_pro

A maintained fork of icons_plus (© 2022 Rahul Chouhan, MIT), which has been unmaintained since 2023. icons_plus_pro keeps the exact same icon sets, codepoints and public API, and adds Flutter 3.44+ compatibility, where IconData became a final class and broke the original package.

Nothing else changed — if you used icons_plus, you can switch by changing the dependency and the import.

Install

dependencies:
  icons_plus_pro: ^6.0.0
import 'package:icons_plus_pro/icons_plus_pro.dart';

Usage

Icon(Bootstrap.alarm);
Icon(FontAwesome.user_solid);
Icon(IonIcons.rocket);
Icon(EvaIcons.heart);

// SVG brand & flag sets
Brand(Brands.google);
Flag(Flags.turkey);

Icon sets

AntDesign · Bootstrap · BoxIcons · Brand (SVG) · Clarity · EvaIcons · Flag (SVG) · FontAwesome · HeroIcons · Iconsax · IonIcons · LineAwesome · MingCute · OctIcons · PixelArtIcons · TeenyIcons · ZondIcons

Migrating from icons_plus

- icons_plus: ^5.0.0
+ icons_plus_pro: ^6.0.0
- import 'package:icons_plus/icons_plus.dart';
+ import 'package:icons_plus_pro/icons_plus_pro.dart';

License

MIT. Original copyright © 2022 Rahul Chouhan is retained; see LICENSE. This fork is published by xwork1 under the same terms.

Libraries

icons_plus_pro