FLUTTER ECOSYSTEM

nohli/hue_rotation

nohli/hue_rotation open-source repository details.

hue_rotation project cover
Stars
1
Forks
1
Last push (UTC)
Sep 18, 2026
Project status
Active
Joachim Nohl GitHub avatar
GITHUB User

Joachim Nohl ↗

Senior Freelance Flutter Engineer

LanguagesDartSwiftRubyKotlinObjective-C

Technical topics

Packages published by this repository

Dependencies used

Dependency list 3 items
  • flutter{"sdk":"flutter"}
  • flutter_lintsDevelopment^6.0.0
  • flutter_testDevelopment{"sdk":"flutter"}

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

Getting Started

Installation

Example Code

About

  • This widget performs a hue rotation on the child's color:
  • Degrees defines the number of degrees around the color circle the color will be adjusted.
  • A value of 0 leaves the color unchanged.
  • A value of 180 paints the complementary color.
  • The manipulated color in the example is Colors.blue.

HueRotation in Action

Screenrecording Screenrecording

Todo

  • Add feature requests
  • Merge your pull requests