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

Dart package for convenient work with color. It will allow you to convert colors between rgb, rgba and hex formats.

Changelog #

2.0.0 #

  • Add null-safety

1.0.1 #

  • Support for dart 2.0.0 SDK

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

0.0.3 #

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

0.0.2+1 #

  • Remove excess annotations types
  • Fix changelog version

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.1 #

  • Implements Color class
2
likes
120
points
1.52k
downloads

Publisher

verified publisherdev.vihtor.ru

Weekly Downloads

Dart package for convenient work with color. It will allow you to convert colors between rgb, rgba and hex formats.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

unknown (license)

More

Packages that depend on fff