ItsArsalanAziz

Results 7 comments of ItsArsalanAziz

@huycozy OS: 17.4.1 Model: iphone 13 pro max it occurs on other IOS too Below images show the behavior clearly ![IMG_4121](https://github.com/flutter/flutter/assets/104122442/a9101b7e-4ecc-43d2-ad38-0d353e4844fe) ![IMG_4122](https://github.com/flutter/flutter/assets/104122442/52ac837d-cf7e-4b44-a2ca-e3b020bd132a)

``` 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?