github_colour 3.0.0 copy "github_colour: ^3.0.0" to clipboard
github_colour: ^3.0.0 copied to clipboard

Receive ozh's GitHub colour to Flutter's colour implementation with caching and fallback.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add github_colour
copied to clipboard

With Flutter:

 $ flutter pub add github_colour
copied to clipboard

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

dependencies:
  github_colour: ^3.0.0
copied to clipboard

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

Import it

Now in your Dart code, you can use:

import 'package:github_colour/github_colour.dart';
copied to clipboard
1
likes
0
points
63
downloads

Publisher

verified publisherrk0cc.xyz

Weekly Downloads

2024.07.08 - 2025.01.20

Receive ozh's GitHub colour to Flutter's colour implementation with caching and fallback.

Repository (GitHub)
View/report issues

Topics

#color #colour

License

unknown (license)

Dependencies

flutter, hashlib, http, lzma, meta, path, path_provider, shared_preferences

More

Packages that depend on github_colour