fff 1.0.0 copy "fff: ^1.0.0" to clipboard
fff: ^1.0.0 copied to clipboard

outdatedDart 1 only

Dart package for convenient work with color. It will allow you to convert colors between rgb, rgba and hex formats. Also it can parse color from strings specified formats and from list of color compon [...]

Changelog #

0.0.1 #

  • Implements Color class

0.0.2 #

  • Simple Color constructor was changed to constant constructor
  • Drew parse method in a separate factory ColorParse
  • Add 275 preset Material design
  • Add more tests

0.0.2+1 #

  • Remove excess annotations types
  • Fix changelog version

0.0.3 #

  • Added method toList for the Color object
  • Update docs for constants in presets library
  • Added method toMap for the Color object

1.0.0 #

  • Change self-enum color components with Dart builtin enums
  • Remove unused enum items (RGB, RGBA, HEX)
  • Move color components from package:fff/parser.dart to package:fff/color.dart
  • Restored tests to work with the new Dart library
  • Added the ability to specify a pattern when translating a color into a string
2
likes
0
pub points
67%
popularity

Publisher

verified publisherdev.vihtor.ru

Dart package for convenient work with color. It will allow you to convert colors between rgb, rgba and hex formats. Also it can parse color from strings specified formats and from list of color components or map.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on fff