python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Flutter: ImagePicker UIApplicationInvalidInterfaceOrientation Exception
I'm using the image_picker and running into the error below on an iPad running iOS 10.4 when I execute this call ImagePicker().pickImage(source: ImageSource.gallery) on an app with a landscape (both l...
André Haupt
Votes: 0
Answers: 1
i cant save images in sqlite database flutter
I am trying to save image in sqlite database using flutter below is my helper class
where i want to save data
class DBHelper{
static Database? _db;
static const String ID = 'id';
static const S...
Vishwa Teja Averager
Votes: 0
Answers: 1
image_picker problem: unsupported file format 'public.heic'
I'm using image_picker library to pick image from gallery. But I'm getting the following error:
findWriterForTypeAndAlternateType:119: unsupported file format 'public.heic'
My simple code:
onTap: () ...
onrgns
Votes: 0
Answers: 0
Set extension of an image with image picker react native
I need to get the extension of an image from my library and set this value to a variable, because I need this variable to make a API POST later.
I am using Image Picker library to select the image, an...
Pedro Dominguez
Votes: 0
Answers: 0