vscode_codicons 0.0.46-24
vscode_codicons: ^0.0.46-24 copied to clipboard
The VS Code Codicons icon library as a Flutter icon font. Generated from the @vscode/codicons npm package.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vscode_codiconsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vscode_codicons: ^0.0.46-24Alternatively, 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:vscode_codicons/vscode_codicons.dart';