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.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:boxicons/boxicons.dart';

void main() {
  runApp(RootApp());
}

class RootApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Boxicons Plugin'),
        ),
        body: Center(
          child: Icon(Boxicons.bx_home_smile),
        ),
      ),
    );
  }
}
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