carbon_icons 0.0.1+2 carbon_icons: ^0.0.1+2 copied to clipboard
A Flutter package which includes 1584 Carbon icons from the Carbon Design System.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add carbon_icons
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
carbon_icons: ^0.0.1+2
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:carbon_icons/carbon_icons.dart';