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

Boxicons customization for Flutter.

Boxicons For Flutter #

Easy to use 1525 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:

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 #

Boxicons version: 2.0.8

License #

MIT

22
likes
110
pub points
88%
popularity

Publisher

unverified uploader

Boxicons customization for Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on boxicons