prism_flutter 2.0.0-beta.1 copy "prism_flutter: ^2.0.0-beta.1" to clipboard
prism_flutter: ^2.0.0-beta.1 copied to clipboard

Flutter extensions for the Prism color library. Conversion between Ray and Flutter Color objects with palette support.

2.0.0-beta.1 #

Breaking Changes:

  • RayRgb split: Updated extensions for RayRgb8 and RayRgb16 classes (replaces RayRgb)
  • Extension methods: toRayRgb() renamed to toRayRgb8() for 8-bit color support
  • Multi-precision RGB: Support for both 8-bit (0-255) and 16-bit (0-65535) color channels

1.0.0 #

  • Initial release of Prism Flutter extensions
  • RayRgb8 to Flutter Color: Convert RayRgb8 objects to Flutter Color with toColor() and toColorWithOpacity()
  • Flutter Color to RayRgb8: Convert Flutter Colors to RayRgb8 objects with toRayRgb8()
  • Perfect fidelity: All conversions preserve complete ARGB color information
  • Zero overhead: Direct value conversions with no performance cost
  • Enhanced manipulation: Access RayRgb8's powerful color operations from Flutter Colors
  • Round-trip conversions: RayRgb8 ↔ Color conversions maintain perfect fidelity
  • Comprehensive tests: Full test coverage for all extension methods and edge cases
3
likes
0
points
112
downloads

Publisher

verified publisherrocketware.co.uk

Weekly Downloads

Flutter extensions for the Prism color library. Conversion between Ray and Flutter Color objects with palette support.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, prism

More

Packages that depend on prism_flutter