ficonsax 0.0.3 copy "ficonsax: ^0.0.3" to clipboard
ficonsax: ^0.0.3 copied to clipboard

ficonsax is Iconsax which is 6000 icons in different styles or 1000 icons for each style separately available as a dart/flutter package.

codecov Test pub package PRs Welcome

ficonsax #

Iconsax is 6000 icons in different styles or 1000 icons for each style separately available for your flutter project.

Made from Iconsax.

🎖 Installation #

In the dependencies: section of your pubspec.yaml, add the following line:

ficonsax:

🎮 Usage #

import 'package:ficonsax/ficonsax.dart';

class MyAwesomeWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return Card(
        child: Column(
            mainAxisAlignment: MainAxisAlignment.center,
            children: <Widget>[
                Icon(IconsaxBold.notification, size: 50.0),
                const SizedBox(height: 30.0),
                Text('Bold Notification Icon', textAlign: TextAlign.center),
            ],
        ),
    );
  }
}

Example #

View the flutter app in the example directory

Screenshot #

🐛 Bugs/Requests #

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull request are also welcome.

🤓 Developer(s) #

Abada Samuel Oghenero

33
likes
150
points
1.29k
downloads

Publisher

verified publishermastersam.tech

Weekly Downloads

ficonsax is Iconsax which is 6000 icons in different styles or 1000 icons for each style separately available as a dart/flutter package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ficonsax