simple_native 0.0.2
simple_native: ^0.0.2 copied to clipboard
Du an ve cac tinh nang co ban ve native cho Flutter
0.0.2 #
- Camera:
- Fixed camera preview orientation issues on iOS.
- Locked camera view to portrait orientation on both Android and iOS to prevent unwanted rotation.
- Fixed image stream rotation on iOS (now correctly oriented).
- Added support for mirroring front camera stream on iOS.
- Documentation:
- Updated README with new features and license information.
- Added BSD 3-Clause License.
0.0.1 #
- Initial release.
- Added
SimpleCameraViewfor camera preview and image capture. - Added
SimpleNativeclass for accessing native features. - Implemented
getCurrentLocationto retrieve device coordinates. - Implemented
getDeviceInfoto retrieve device details. - Supported Android and iOS platforms.