File tree Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,13 @@ doc/api/
4444.idea /** /uiDesigner.xml
4545.idea /** /dbnavigator.xml
4646
47+ .idea /codeStyles /Project.xml
48+ .idea /libraries /Dart_SDK.xml
49+ .idea /libraries /Flutter_Plugins.xml
50+ .idea /modules.xml
51+ .idea /workspace.xml
52+
53+
4754# Gradle
4855.idea /** /gradle.xml
4956.idea /** /libraries
Original file line number Diff line number Diff line change 1- ## 0.0.1
1+ ## 0.2.5
22
3- * TODO: Describe initial release.
3+ * Added iOS code made by @Bhagatcliffex
4+
5+ ## 0.2.4
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ dependencies:
1616dev_dependencies :
1717 flutter_test :
1818 sdk : flutter
19-
19+
20+ image_picker : ^0.6.1+4
2021 flutter_exif_rotation :
2122 path : ../
2223
Original file line number Diff line number Diff line change 11name : flutter_exif_rotation
2- description : A new Flutter plugin to fixed rorartion of image in android or ios both.
3- version : 0.0.1
4- author :
5- homepage :
2+ description :
3+ Flutter plugin that fixes the picture orientation when it's took in landscape for some devices.
4+ version : 0.2.5
5+ author : Nadia Ghebreial Nieto <nadiagnieto@gmail.com>
6+ homepage : https://github.com/NGhebreial/flutter_exif_rotation
7+ repository : https://github.com/NGhebreial/flutter_exif_rotation
68
79environment :
810 sdk : " >=2.1.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments