FLUTTER ECOSYSTEM

nohli/hue_rotation

nohli/hue_rotation open-source repository details.

色相回転 のプロジェクト画像
Stars
1
Forks
1
最終プッシュ(UTC)
2026/09/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