native_ios_color_picker 0.0.2 copy "native_ios_color_picker: ^0.0.2" to clipboard
native_ios_color_picker: ^0.0.2 copied to clipboard

PlatformiOSmacOS

A Flutter plugin that provides a native iOS and macOS color picker interface.

0.0.2 #

  • BREAKING CHANGE: Refactored the plugin to use an EventChannel for color updates.
    • NativeIosColorPicker.showColorPicker() is now Future<void> and only shows the picker.
    • Added NativeIosColorPicker.onColorChanged stream (Stream<Map<dynamic, dynamic>>) which emits color updates (RGBA map) from the native picker in real-time.
  • Fixed an issue where the picker might disappear immediately after selection by adopting a stream-based approach for color updates.
  • Updated README.md with new usage instructions and API details reflecting the stream-based approach.
  • Improved ColorModel.fromMap to handle dynamic map types safely from the stream.

0.0.1 #

  • Initial release.
4
likes
130
points
74
downloads

Publisher

verified publishersqrlware.com

Weekly Downloads

A Flutter plugin that provides a native iOS and macOS color picker interface.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on native_ios_color_picker