simple_native 0.0.8 copy "simple_native: ^0.0.8" to clipboard
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 cameraPosition parameter to SimpleCameraView to allow selecting the initial camera (front/back).
    • Fixed IllegalStateException: CameraDevice was already closed crash on Android when switching cameras rapidly.
    • Fixed updateAcquireFence: Did not find frame error 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.

0.0.7 #

  • Metadata:
    • Added topics to pubspec.yaml to improve package discoverability on pub.dev.
    • Keywords include: camera, location, device-info, native, plugin.

0.0.5 #

  • Refactor:
    • Merged SimpleCameraConverter functionality into SimpleCameraImage.
    • Added toImage() method to SimpleCameraImage for easy conversion to BMP format.
    • Removed SimpleCameraConverter class.
  • Documentation:
    • Updated README to reflect the API changes and new version.
    • Updated package description in pubspec.yaml to be more professional.

0.0.4 #

  • Camera:
    • Made onResult callback optional in SimpleCameraView.
    • 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 SimpleCameraView for camera preview and image capture.
  • Added SimpleNative class for accessing native features.
  • Implemented getCurrentLocation to retrieve device coordinates.
  • Implemented getDeviceInfo to retrieve device details.
  • Supported Android and iOS platforms.
3
likes
150
points
323
downloads

Publisher

verified publishertranduc1710.com

Weekly Downloads

A comprehensive Flutter plugin for accessing native device features including Camera, Location, and Device Information.

Homepage

Topics

#camera #location #device-info #native #plugin

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on simple_native

Packages that implement simple_native