uni_color_palette 0.1.0 copy "uni_color_palette: ^0.1.0" to clipboard
uni_color_palette: ^0.1.0 copied to clipboard

The set of amazing color palettes with links to original sources. The easy-to-use package. Feel free to use it in your awesome projects.

example/main.dart

// ignore_for_file: avoid_print

import 'package:uni_color_palette/uni_color_palette.dart';

/// See also `example/all_palettes` forlder with Flutter SDK example
/// that visualize a palette.
void main() {
  final palette = UniPalette(zeplinColors);

  print('I know ${palette.count} colors.');
  print(palette['forrest green']);

  final all = palette.list.map((c) => c.name).toList()..sort();
  print('All colors from the palette:\n${all.join(', ')}');
}
0
likes
0
pub points
18%
popularity

Publisher

verified publishersyrokomskyi.com

The set of amazing color palettes with links to original sources. The easy-to-use package. Feel free to use it in your awesome projects.

Repository (GitHub)
View/report issues

Topics

#palette #color #zeplin #pantone #ral

License

unknown (license)

Dependencies

uni_color_model

More

Packages that depend on uni_color_palette