unicons 1.0.0+2 copy "unicons: ^1.0.0+2" to clipboard
unicons: ^1.0.0+2 copied to clipboard

outdated

1000+ Pixel-perfect vector icons and Iconfont for your next project.

Unicons #

A Flutter library for using Unicons.

Note: All of the icon data is auto-generated based on the latest release of Unicons.

Installation #

Add the dependency to your pubspec.yaml

dependencies:
  unicons: 1.0.x # Use the latest version

Usage #

The library exposes all of the Unicons as IconData.

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

class MyWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return Icon(
      icon: Icon(UniconsLine.camera)
     );
  }
}

License #

Unicons are Open Source icons and licensed under Apache 2.0. You're free to use these icons in your personal and commercial project. We would love to see the attribution in your app's about screen, but it's not mandatory.

169
likes
0
pub points
96%
popularity

Publisher

unverified uploader

1000+ Pixel-perfect vector icons and Iconfont for your next project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on unicons