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

outdated

VS Code icons for Flutter.

codicon #

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,
), 
3
likes
0
pub points
94%
popularity

Publisher

unverified uploader

VS Code icons for Flutter.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on codicon