auto_orientation 2.3.1 auto_orientation: ^2.3.1 copied to clipboard
Set the device orientation programmatically for iOS and Android
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