[SOLVED]: image_picker crashed without errors when picking an image iOS
When you work with image_picker, sometimes it might crash without any reason or error on the iOS Simulator or iOS Device. This is most time happens when you just getting…
Read more »[SOLVED]: Cannot set the body fields of a Request with content-type “application/json”.
While working with Flutter app and REST API, sometimes you might get an error: Unhandled Exception: Bad state: Cannot set the body fields of a Request with content-type “application/json”. This…
Read more »Flutter: How to Pick an Image from Gallery and Crop it 2022
While developing an app using the Flutter framework, you might as yourself a question: How to pick an image from a phone gallery and then crop it. In this tutorial, we are…
Read more »