Rydmike

Results 180 comments of Rydmike

You should be able to change most of those colors already now, by wrapping the picker in a custom Theme, if the widgets use their Flutter framework default color behavior...

Hi again @VuillaumeGautier, I totally agree, it can certainly be improved. The other day I submitted a PR that contains some new features regarding the Done button as well. It...

Hi again @VuillaumeGautier, You are indeed right. The Image picker locks its camera UI to vertical mode only, and when done it removes it and restores all normal rotations on...

@VuillaumeGautier Good idea, that could certainly be added, even without breaking current behavior. I'll put that up as config option to add as well. I wonder why the camera/picker does...

Hi @matthewmizzi the crop edit feature used in this packages uses https://pub.dev/packages/image_cropper, that in theory supports also circular native cropping on Android via (https://github.com/Yalantis/uCrop) and iOS via (https://github.com/TimOliver/TOCropViewController) and the...

Would be nice if this could merged. ping @darrenaustin 😄 💙

Would still be nice to get this reviewed and merged, ping @darrenaustin @HansMuller 😄

Probably better to build a new widget, can then also improve its API and features, plus name align it with the M3 name too. ToggleButtons have some limitations, like does...

Thanks @darrenaustin, I also think that is a good call. Looking forward to seeing the results! 👍🏻

Since Flutter Web is probably going mainstream very soon, it would be helpful to devs if the Flutter and Dart teams could collaborate and create an overview list of APIs...