color_system 0.0.1
color_system: ^0.0.1 copied to clipboard
A plugin to help you handle hex colours in your application.
#color_system
A Flutter plugin project for using hex colors
Description #
The color_system plugin provides functionality to use hex color codes in your flutter app, It impliment a simple dart method. The plugin is compatible with Flutter SDK version 3.3.0 or higher.
Getting Started #
To use this plugin in your Flutter project, follow these steps:
-
Add the color_system dependency to your
pubspec.yamlfile:dependencies: color_system: ^0.0.1 -
Install the packages by running the following command in your project directory:
$ flutter pub get -
Import the color_system package in your Dart code:
'import package:color_system/system/inbuilt_colors.dart'; 'package:color_system/system/color_service.dart'; -
add Color using the
HexColor _getColorFromHex()method:HexColor('#ffffff')
For more information on Flutter development, you can refer to the official documentation, which includes tutorials, samples, and a full API reference.
Platforms #
The color_system plugin currently supports the Flutter platform. If you wish to add platform-specific implementations for Android and/or iOS, you can follow the instructions provided in the pubspec.yaml file at Developing Packages - Plugin Platforms.
License #
This project is licensed under the MIT License. See the LICENSE file for details.
Note: Replace LICENSE with the actual file name if you have chosen a different name for your license file.
Issues and Feedback #
Feel free to report any issues or bugs you encounter. For general feedback and suggestions, you can contact us at [email protected].
We appreciate your contributions to enhance this plugin and make it more useful for the Flutter community.
Disclaimer: The color_system plugin is provided as-is, without any warranty or guarantee of its functionality or suitability for any purpose. Use it at your own risk.