auto_orientation_v2 2.3.8 copy "auto_orientation_v2: ^2.3.8" to clipboard
auto_orientation_v2: ^2.3.8 copied to clipboard

Set and control device orientation programmatically for Flutter apps on iOS and Android.

2.3.8 #

  • Added AutoOrientationMode enum for easier orientation management.
  • Added setOrientation() method to support enum-based API.
  • Fixed iOS bug where plugin methods always returned notImplemented.
  • Improved Android stability with null safety checks for Activity.
  • Improved iOS 16+ orientation handling using windowScene.requestGeometryUpdate.
  • Modernized example app with new API demonstration.
  • Updated minimum Dart SDK to 2.17.0 and Flutter to 3.0.0.

2.3.7 #

  • upgraded build.gradle in pull request #2
  • fixed readme

2.3.6 #

  • fixed for No podspec found for auto_orientation_v2 in .symlinks/plugins/auto_orientation_v2/ios in issue #1

2.3.5 #

  • update CHANGELOG.md

2.3.4 #

  • add gitignore

2.3.3 #

  • add gitignore

2.3.2 #

  • add setAuto ForceSensor in fullAutoMode
  • Added the namespace property in build.gradle for AGP 8

2.3.1 #

  • Fix for iOS < 16 after rewrite in Swift.

2.3.0 #

  • Swift Conversion of iOS plugin incl. iOS 16 Support

2.2.2 #

  • add UIRequiresFullScreen to example plist for iPad support
  • Fix All Modes on iOS
  • replace jcenter to mavenCentral
  • Fix iOS 16 orientation

2.2.1 #

  • Fix double rotation by removing the preferredOrientation
  • Cleaned up example app

2.2.0 #

  • Remove Android V1 embedding
  • Upgrade example app, update Gradle dependency
  • cleanup*

2.1.0 #

  • Migrate to Android V2 embedding

2.0.2 #

  • Fixes hanging on await calls

2.0.1 #

  • Added SCREEN_ORIENTATION_USER and updated Library Versions.

2.0.0 #

  • Migrate to null safety

1.0.7 #

  • Use sensor rotation

1.0.6 #

  • Revert flutter dependency version

1.0.5 #

  • Revert flutter dependency version

1.0.4 #

  • Update flutter dependency version

1.0.3 #

  • Format code and update dependency version pinning

1.0.2 #

  • Fix compatibility with android

1.0.1 #

  • Update Changelog

1.0.0 #

  • Add more specific implementation
  • Add Android Support
  • Add Example

0.0.2 #

  • Create github repository and link it

0.0.1 #

  • Create the first auto rotation for iOS
6
likes
150
points
3.73k
downloads

Documentation

API reference

Publisher

verified publisherrizkyghofur.blogspot.com

Weekly Downloads

Set and control device orientation programmatically for Flutter apps on iOS and Android.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on auto_orientation_v2

Packages that implement auto_orientation_v2