color_system 0.0.1 copy "color_system: ^0.0.1" to clipboard
color_system: ^0.0.1 copied to clipboard

outdated

A plugin to help you handle hex colours in your application.

#color_system

pub package

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:

  1. Add the color_system dependency to your pubspec.yaml file:

    dependencies:
      color_system: ^0.0.1
    
  2. Install the packages by running the following command in your project directory:

    $ flutter pub get
    
  3. Import the color_system package in your Dart code:

    'import package:color_system/system/inbuilt_colors.dart';
    'package:color_system/system/color_service.dart';
       
    
  4. 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 jessedan160@gmail.com.

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.


4
likes
0
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin to help you handle hex colours in your application.

Homepage

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on color_system

Packages that implement color_system