ItsArsalanAziz
ItsArsalanAziz
@huycozy OS: 17.4.1 Model: iphone 13 pro max it occurs on other IOS too Below images show the behavior clearly  
``` import 'dart:io'; import 'package:flutter/material.dart'; import 'package:image_picker/image_picker.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); @override Widget build(BuildContext context) { return const MaterialApp( title: "Test",...
> ``` > import 'dart:io'; > import 'package:flutter/material.dart'; > import 'package:image_picker/image_picker.dart'; > > void main() { > runApp(const MyApp()); > } > > class MyApp extends StatelessWidget { > const...
https://github.com/flutter/flutter/assets/104122442/91dfa6a1-c741-4ce4-92da-e6ef657f30fb You can see clearly that I have used the official image_picker example in 13 pro max to reproduce it. Kindly use actual device, in emulators it works fine and...
@huycozy I hope this will be fixed in next image_picker release!
thank you for the help @vashworth, requestFullMetadata: false this solved my problem!
Same issue on IOS! getting zero orientation value in every case. Is there any update on this?