Flutter: What is MyClass_.() ? aka Private Constructor 2022
While reading some Flutter blogs or watching Flutter tutorials, you might see that some developers are using _.() aks private constructor after creating a Class. And you might be wondering…
Read more »[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 »