Skip to content

Repository files navigation

github_colors

Pubsupport

A Dart package for developers to covert languages colors in Github.

Usage

Open your pubspec.yaml and add the following dependency.

dependencies:
github_colors: 0.0.5 #latest version
import'package:github_colors/github_colors.dart';
main() async {
String hex =GithubColors.covert('JavaScript');
print(hex); // #f1e05a
}

If Github update languages, run the following command in the terminal to fetch the latest infomation.

pub global run github_colors:main

Example

Author

github_colors © linrz, Released under the MIT License.
Authored and maintained by linrz.

github.com/linrz · GitHub @linrz · Twitter @linrzPro


2019 © linrz

About

Convert github languages to the corresponding colors.

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages