faspadaro
faspadaro
I have a file taken from ImagePicker.pickImage that I want to resize and then I want to know his orientation because I want to it be always in portrait orientation...
I have a file taken from ImagePicker.pickImage that I want to resize and then I want to know his orientation because I want to it be always in portrait orientation...
I tried to restart background-fetch again removing comment in BackgroundFetch.start(() => { ... }, (status) { ...}); but syntax error occurs. I just fix it with (status) => but runtime...
## Steps to Reproduce 1. Create a Flutter package in java 2. In plugin class add a Activity result listener 3. In onMethodCall call startActivityForResult 4. In Activity called, at...