simple_native 0.0.8
simple_native: ^0.0.8 copied to clipboard
A comprehensive Flutter plugin for accessing native device features including Camera, Location, and Device Information.
0.0.8 #
- Camera:
- Added
cameraPositionparameter toSimpleCameraViewto allow selecting the initial camera (front/back). - Fixed
IllegalStateException: CameraDevice was already closedcrash on Android when switching cameras rapidly. - Fixed
updateAcquireFence: Did not find frameerror on Android by properly managing Surface lifecycle. - Improved camera resource management and cleanup on both Android and iOS.
- Added support for mirroring front camera preview on iOS.
- Added
0.0.7 #
- Metadata:
- Added
topicstopubspec.yamlto improve package discoverability on pub.dev. - Keywords include:
camera,location,device-info,native,plugin.
- Added
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.
- Updated package description in
pubspec.yamlto be more professional.
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.