heroicons 0.11.0 copy "heroicons: ^0.11.0" to clipboard
heroicons: ^0.11.0 copied to clipboard

Easily use the heroicons set in your Flutter app as SVG files.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add heroicons

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  heroicons: ^0.11.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:heroicons/heroicons.dart';
71
likes
160
points
7.53k
downloads

Publisher

verified publishervojtech.net

Weekly Downloads

Easily use the heroicons set in your Flutter app as SVG files.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg, path

More

Packages that depend on heroicons