github_colors 0.0.5 copy "github_colors: ^0.0.5" to clipboard
github_colors: ^0.0.5 copied to clipboard

A package for convert github language to color.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate github_colors

Use it

The package has the following executables:

$ github_colors

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add github_colors

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  github_colors: ^0.0.5

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:github_colors/github_colors.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A package for convert github language to color.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

dio, yaml

More

Packages that depend on github_colors