native_color_picker
native_color_picker copied to clipboard
Native Color Picker for Flutter
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(); ```