boxicons 2.1.3 copy "boxicons: ^2.1.3" to clipboard
boxicons: ^2.1.3 copied to clipboard

One of the most beautiful high-quality icon libraries that contain 1500+ icons and this Plugin to facilitate the use of the Boxicons library in Flutter.

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>

Usage #

You can use it very easily. For example:

Icon(Boxicons.bx_home_smile)
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');
        }
    );
  }
}

Info #

Announcing Boxicons v2.0.9!

  • Fixed the errors with a few svgs, added viewbox

License #

MIT

22
likes
120
pub points
88%
popularity

Publisher

unverified uploader

One of the most beautiful high-quality icon libraries that contain 1500+ icons and this Plugin to facilitate the use of the Boxicons library in Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on boxicons