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