ficonsax 0.0.4
ficonsax: ^0.0.4 copied to clipboard
ficonsax is Iconsax, ~1000 icons available in 3 styles (Bold, Bulk and Outline) as a dart/flutter package.
0.0.4 #
- Fix compile error on modern Flutter:
IconDatais nowfinaland can no longer be subclassed. Replaced theIconsaxData extends IconDatahelper with directconst IconDatavalues carryingfontPackage: 'ficonsax'. - Remove exports of unimplemented styles (broken, crypto, linear, two-tone) that had no fonts or icons.
- Widen SDK constraint to support Dart 3 (
>=2.17.0 <4.0.0). - Add real tests (switched dev dependency from
testtoflutter_test).
0.0.3 #
- Add iconsax bulk variation.
0.0.2 #
- Add iconsax outline variation.
0.0.1 #
- Add iconsax bold variation.
- Add example app.