native_color_picker icon indicating copy to clipboard operation
native_color_picker copied to clipboard

Native Color Picker for Flutter

Results 3 native_color_picker issues
Sort by recently updated
recently updated
newest added

This is a request to add support for [null safety](https://dart.dev/null-safety) to `package:native_color_picker`. We depend on your awesome package, so would be great to have null safety enabled. Flutter 2.0 with...

Is there no mobile support (Android/iOS)?

The docs still use the following syntax: ```dart NativeColorPicker().pickerColor(callback); ``` However, the syntax now really is the following: ```dart NativeColorPIcker( id: id, onChanged: callback, ).pickColor(); ```