vscode_material_icon_theme 5.26.0
vscode_material_icon_theme: ^5.26.0 copied to clipboard
A Flutter package that ports the popular vscode-material-icon-theme to Flutter
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vscode_material_icon_theme
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
vscode_material_icon_theme: ^5.26.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:vscode_material_icon_theme/vscode_material_icon_theme.dart';