https://github.com/hacker1024/ui_color.dart
The color class from dart:ui in a standalone package.
https://github.com/hacker1024/ui_color.dart
color dart flutter
Last synced: 2 months ago
JSON representation
The color class from dart:ui in a standalone package.
- Host: GitHub
- URL: https://github.com/hacker1024/ui_color.dart
- Owner: hacker1024
- License: bsd-3-clause
- Created: 2021-02-14T04:25:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T04:43:22.000Z (over 5 years ago)
- Last Synced: 2025-06-29T09:02:43.492Z (about 1 year ago)
- Topics: color, dart, flutter
- Language: Dart
- Homepage: https://pub.dev/packages/ui_color
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
This Dart package contains [`dart:ui`'s `Color` class][dart:ui color] for use in regular
projects without Flutter.
It's based on Flutter engine sources from the `master` branch, with the version
number minor number containing the date of extraction. The major number will
increment when breaking API changes occur.
[dart:ui color]: https://api.flutter.dev/flutter/dart-ui/Color-class.html