- Add null-safety
- Support for dart 2.0.0 SDK
- Change self-enum color components with Dart builtin enums
- Remove unused enum items (RGB, RGBA, HEX)
- Move color components from
package:fff/parser.dart
topackage: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
- Added method toList for the Color object
- Update docs for constants in presets library
- Added method toMap for the Color object
- Remove excess annotations types
- Fix changelog version
- Simple Color constructor was changed to constant constructor
- Drew parse method in a separate factory ColorParse
- Add 275 preset Material design
- Add more tests
- Implements Color class