FLUTTER ECOSYSTEM

nohli/hue_rotation

nohli/hue_rotation open-source repository details.

色相旋转 项目封面
Stars
1
Forks
1
最近推送(UTC)
2026年9月18日
项目状态
未归档
Joachim Nohl GitHub avatar
GITHUB User

Joachim Nohl ↗

Senior Freelance Flutter Engineer

语言DartSwiftRubyKotlinObjective-C

技术话题

此仓库发布的插件

使用的依赖

依赖清单 3 项
  • flutter{"sdk":"flutter"}
  • flutter_lints开发依赖^6.0.0
  • flutter_test开发依赖{"sdk":"flutter"}

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 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