cupertino_color_picker 0.1.0
cupertino_color_picker: ^0.1.0 copied to clipboard
Flutter plugin that provides access to iOS native UIColorPickerViewController.
0.1.0 May 25, 2025 #
Initial Release #
- Implemented iOS native
UIColorPickerViewControllerintegration with Flutter. - Added support for real-time color change events with the
onChangedcallback. - Provided color format conversion between iOS UIColor and Flutter Color objects.
- Added support for Display P3 color space with automatic conversion to sRGB for Flutter compatibility.
- Implemented alpha (transparency) channel support with the
supportsAlphaparameter. - Created comprehensive documentation and example app.
Features #
- Show the native iOS color picker from Flutter apps.
- Set an initial color value.
- Get real-time updates as the user changes colors.
- Support for both RGB and RGBA color formats.
- Proper color space handling for accurate color representation.
- Fully type-safe API with null safety support.
Requirements #
- iOS 14.0 or higher (UIColorPickerViewController availability).
- Flutter 3.3.0 or higher.
- Dart SDK 3.8.0 or higher.