boxicons

Creator: coderz1093

Last updated:

Add to Cart

Description:

boxicons

Boxicons For Flutter #
Easy to use 1500+ Icon from Boxicons.
Instalation #
In the dependencies: section of your pubspec.yaml, add the following line:
boxicons: <latest_version>
copied to clipboard
Usage #
You can use it very easily. For example:
Icon(Boxicons.bx_home_smile)
copied to clipboard
import 'package:flutter/material.dart';
import 'package:boxicons/boxicons.dart';

class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return IconButton(
// Use Boxicons
icon: Icon(Boxicons.bx_home_smile),
onPressed: () {
print('its done');
}
);
}
}
copied to clipboard
Info #
Announcing Boxicons v2.0.9!

Fixed the errors with a few svgs, added viewbox

License #
MIT

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.