codicon 1.1.0 copy "codicon: ^1.1.0" to clipboard
codicon: ^1.1.0 copied to clipboard

VS Code icons for Flutter.

codicon #

IMPORTANT: this package is discontinued.

codicon is an easy to use package that exposes vscode-icons for Flutter.

Example Usage #

In the pubspec.yaml file add the codicon dependency as below:

dependencies:
#  codicon: any # uncomment and change for latest version

Import the codicon package where you want to use the icon:

import 'package:codicon/codicon.dart';

Use the icon in an Icon widget:

Icon(
  Codicons.lightBulb,
), 
4
likes
125
points
4.28k
downloads

Publisher

unverified uploader

Weekly Downloads

VS Code icons for Flutter.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

CC-BY-4.0, MIT (license)

Dependencies

flutter

More

Packages that depend on codicon