simple_native 0.0.5
simple_native: ^0.0.5 copied to clipboard
Du an ve cac tinh nang co ban ve native cho Flutter
0.0.5 #
- Refactor:
- Merged
SimpleCameraConverterfunctionality intoSimpleCameraImage. - Added
toImage()method toSimpleCameraImagefor easy conversion to BMP format. - Removed
SimpleCameraConverterclass.
- Merged
- Documentation:
- Updated README to reflect the API changes and new version.
0.0.4 #
- Camera:
- Made
onResultcallback optional inSimpleCameraView. - 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.
- Made
- 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.