Tobechukwu Ezenachukwu
Tobechukwu Ezenachukwu
My objective was to reduce the disk size of image. Cropping was reducing disk size quite alright but with poor quality output. My previous code with reduced image quality is...
I encountered this issue after implementing both dark and light themes in my app. In a similar screenshot [package](https://pub.dev/packages/vocsy_esys_flutter_share) with same issue, suggestion was to wrap the widget with white...
My app implements both dark and light themes. In dark theme, screenshot image appears as expected without including the white background container; but in light theme, screenshot image appears blackened....
I just released an app and while testing it, I found out that "phone number is invalid" always, even for correct phone number entry. @sabRou did you find a work...
> > there is some issue with formatter I think . I was not able to type the numbers. when formatInput is set to true. > > make it false...
> um you can create a release apk and test it on your device before submitting to play store. Just did, didn't work with formatInput set to false
Using "http://example.com/" with a callback works for me as follow: `ConnectivityUtils.initialize( serverToPing: "http://example.com/", callback: (response) => response.isNotEmpty );` This works for me.
Stack widget's overflow property is deprecated and has been replaced with clipBehaviour