Skip to content

Commit 1e28b8f

Browse files
authored
Merge branch 'master' into master
2 parents 810fcc2 + f14a4b6 commit 1e28b8f

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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

example/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ dependencies:
1616
dev_dependencies:
1717
flutter_test:
1818
sdk: flutter
19-
19+
20+
image_picker: ^0.6.1+4
2021
flutter_exif_rotation:
2122
path: ../
2223

pubspec.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: 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

79
environment:
810
sdk: ">=2.1.0 <3.0.0"

0 commit comments

Comments
 (0)