codicon

Creator: coderz1093

Last updated:

Add to Cart

Description:

codicon

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
copied to clipboard
Import the codicon package where you want to use the icon:
import 'package:codicon/codicon.dart';
copied to clipboard
Use the icon in an Icon widget:
Icon(
Codicons.lightBulb,
),
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.