Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nohli/hue_rotation
https://github.com/nohli/hue_rotation
dart flutter hacktoberfest
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nohli/hue_rotation
- Owner: nohli
- License: bsd-3-clause
- Created: 2020-12-10T13:43:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T08:58:38.000Z (3 months ago)
- Last Synced: 2024-10-12T05:44:09.382Z (about 1 month ago)
- Topics: dart, flutter, hacktoberfest
- Language: Dart
- Homepage: https://pub.dev/packages/hue_rotation
- Size: 8 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Getting Started
[Installation](https://pub.dev/packages/hue_rotation/install)
[Example Code](https://pub.dev/packages/hue_rotation/example)
## 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](https://raw.githubusercontent.com/nohli/hue_rotation/master/assets/preview.gif)
![Screenrecording](https://raw.githubusercontent.com/nohli/hue_rotation/master/assets/breathe.gif)## Todo
* Add feature requests
* Merge your pull requests