Skip to content

Update dependency camera to ^0.12.0#10

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/camera-0.x
Open

Update dependency camera to ^0.12.0#10
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/camera-0.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Oct 6, 2021

This PR contains the following updates:

Package Type Update Change
camera (source) dependencies minor ^0.7.0+2^0.12.0

Release Notes

flutter/packages (camera)

v0.12.0+1

Compare Source

  • Makes Optional.of constructor const.

v0.12.0

Compare Source

  • Makes Optional.of constructor const.

v0.11.4

Compare Source

  • Updates minimum supported SDK version to Flutter 3.35/Dart 3.9.
  • Fixes a bug where exceptions thrown during return within try blocks in an async function were not correctly caught, aligning behavior with expected Dart semantics (see dart-lang/sdk#44395).
  • Updates example to demonstrate correct exception handling for async return within try blocks, ensuring exceptions thrown during return are properly caught as per dart-lang/sdk#44395.

v0.11.3+1

Compare Source

  • Fixes delivering errors from onCameraError.
  • Updates README to reflect currently supported OS versions for the latest
    versions of the endorsed platform implementations.
    • Applications built with older versions of Flutter will continue to
      use compatible versions of the platform implementations.

v0.11.3

Compare Source

  • Fixes delivering errors from onCameraError.
  • Updates README to reflect currently supported OS versions for the latest
    versions of the endorsed platform implementations.
    • Applications built with older versions of Flutter will continue to
      use compatible versions of the platform implementations.

v0.11.2+1

Compare Source

  • Updates examples to use the new RadioGroup API instead of deprecated Radio parameters.
  • Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.
  • Updates README to reflect that only Android API 24+ is supported.

v0.11.2

Compare Source

  • Updates examples to use the new RadioGroup API instead of deprecated Radio parameters.
  • Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.
  • Updates README to reflect that only Android API 24+ is supported.

v0.11.1

Compare Source

  • Adds API support query for image streaming.
  • Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
  • Updates example to dispose animation controllers and curved animations.

v0.11.0+2

Compare Source

  • Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.

v0.11.0+1

Compare Source

  • Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
  • Adds note to README.md about allowing image streaming in the background on Android.

v0.11.0

Compare Source

  • Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.

v0.10.6

Compare Source

  • Adds support to control video fps and bitrate. See CameraController constructor.
  • Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
  • Updates support matrix in README to indicate that iOS 11 is no longer supported.
  • Clients on versions of Flutter that still support iOS 11 can continue to use this
    package with iOS 11, but will not receive any further updates to the iOS implementation.

v0.10.5+9

Compare Source

  • Updates minimum required plugin_platform_interface version to 2.1.7.

v0.10.5+8

Compare Source

  • Fixes new lint warnings.

v0.10.5+7

Compare Source

  • Updates example app to use non-deprecated video_player method.

v0.10.5+6

Compare Source

  • Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
  • Drop unused dependency on package:quiver.

v0.10.5+5

Compare Source

  • Fixes bug where old camera resources were not disposed when switching between camera descriptions.
  • Fixes bug where _deviceOrientationSubscription was recreated every time the camera description was
    changed.

v0.10.5+4

Compare Source

  • Adds pub topics to package metadata.
  • Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.

v0.10.5+3

Compare Source

  • Migrates styleFrom usage in examples off of deprecated primary and onPrimary parameters.

v0.10.5+2

Compare Source

  • Fixes unawaited_futures violations.

v0.10.5+1

Compare Source

  • Removes obsolete null checks on non-nullable values.

v0.10.5

Compare Source

  • Updates minimum required plugin_platform_interface version to 2.1.7.

v0.10.4

Compare Source

  • Allows camera to be switched while video recording.
  • Updates minimum Flutter version to 3.3.
  • Aligns Dart and Flutter SDK constraints.

v0.10.3+2

Compare Source

  • Updates iOS minimum version in README.

v0.10.3+1

Compare Source

  • Updates links for the merge of flutter/plugins into flutter/packages.

v0.10.3

  • Updates iOS minimum version in README.

v0.10.2+1

  • Updates code for stricter lint checks.

v0.10.2

  • Updates code for stricter lint checks.

v0.10.1

  • Remove usage of deprecated quiver Optional type.

v0.10.0+5

  • Updates code for stricter lint checks.

v0.10.0+4

  • Removes usage of _ambiguate method in example.
  • Updates minimum Flutter version to 3.0.

v0.10.0+3

  • Updates code for no_leading_underscores_for_local_identifiers lint.

v0.10.0+2

  • Updates imports for prefer_relative_imports.
  • Updates minimum Flutter version to 2.10.

v0.10.0+1

  • Fixes avoid_redundant_argument_values lint warnings and minor typos.

v0.10.0

  • Updates code for stricter lint checks.

v0.9.8+1

  • Ignores deprecation warnings for upcoming styleFrom button API changes.

v0.9.8

  • Ignores deprecation warnings for upcoming styleFrom button API changes.

v0.9.7+1

  • Moves streaming implementation to the platform interface package.

v0.9.7

  • Moves streaming implementation to the platform interface package.

v0.9.6

  • Adds audio access permission handling logic on iOS to fix an issue with prepareForVideoRecording not awaiting for the audio permission request result.

v0.9.5+1

  • Suppresses warnings for pre-iOS-11 codepaths.

v0.9.5

  • Suppresses warnings for pre-iOS-11 codepaths.

v0.9.4+24

  • Fixes preview orientation when pausing preview with locked orientation.

v0.9.4+23

  • Minor fixes for new analysis options.

v0.9.4+22

  • Removes unnecessary imports.
  • Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors
    lint warnings.

v0.9.4+21

  • Fixes README code samples.

v0.9.4+20

  • Fixes an issue with the orientation of videos recorded in landscape on Android.

v0.9.4+19

  • Migrate deprecated Scaffold SnackBar methods to ScaffoldMessenger.

v0.9.4+18

  • Fixes a crash in iOS when streaming on low-performance devices.

v0.9.4+17

  • Removes obsolete information from README, and adds OS support table.

v0.9.4+16

  • Fixes a bug resulting in a CameraAccessException that prevents image
    capture on some Android devices.

v0.9.4+15

  • Uses dispatch queue for pixel buffer synchronization on iOS.
  • Minor iOS internal code cleanup related to queue helper functions.

v0.9.4+14

  • Restores compatibility with Flutter 2.5 and 2.8.

v0.9.4+13

  • Updates iOS camera's photo capture delegate reference on a background queue to prevent potential race conditions, and some related internal code cleanup.

v0.9.4+12

  • Skips unnecessary AppDelegate setup for unit tests on iOS.
  • Internal code cleanup for stricter analysis options.

v0.9.4+11

  • Manages iOS camera's orientation-related states on a background queue to prevent potential race conditions.

v0.9.4+10

  • iOS performance improvement by moving file writing from the main queue to a background IO queue.

v0.9.4+9

  • iOS performance improvement by moving sample buffer handling from the main queue to a background session queue.
  • Minor iOS internal code cleanup related to camera class and its delegate.
  • Minor iOS internal code cleanup related to resolution preset, video format, focus mode, exposure mode and device orientation.
  • Minor iOS internal code cleanup related to flash mode.

v0.9.4+8

  • Fixes a bug where ImageFormatGroup was ignored in startImageStream on iOS.

v0.9.4+7

  • Fixes a crash in iOS when passing null queue pointer into AVFoundation API due to race condition.
  • Minor iOS internal code cleanup related to dispatch queue.

v0.9.4+6

  • Fixes a crash in iOS when using image stream due to calling Flutter engine API on non-main thread.

v0.9.4+5

  • Fixes bug where calling a method after the camera was closed resulted in a Java IllegalStateException exception.
  • Fixes integration tests.

v0.9.4+4

  • Change Android compileSdkVersion to 31.
  • Remove usages of deprecated Android API CamcorderProfile.
  • Update gradle version to 7.0.2 on Android.

v0.9.4+3

  • Fix registerTexture and result being called on background thread on iOS.

v0.9.4+2

  • Fixes preview orientation when pausing preview with locked orientation.

v0.9.4+1

  • Migrate deprecated Scaffold SnackBar methods to ScaffoldMessenger.

v0.9.4

  • Fixes preview orientation when pausing preview with locked orientation.

v0.9.3+1

  • Remove iOS 9 availability check around ultra high capture sessions.

v0.9.3

  • Remove iOS 9 availability check around ultra high capture sessions.

v0.9.2+2

  • Ensure that setting the exposure offset returns the new offset value on Android.

v0.9.2+1

  • Fixed camera controller throwing an exception when being replaced in the preview widget.

v0.9.2

  • Ensure that setting the exposure offset returns the new offset value on Android.

v0.9.1+1

  • Replace device_info reference with device_info_plus in the README.md

v0.9.1

  • Replace device_info reference with device_info_plus in the README.md

v0.9.0

  • Complete rewrite of Android plugin to fix many capture, focus, flash, orientation and exposure issues.
  • Fixed crash when opening front-facing cameras on some legacy android devices like Sony XZ.
  • Android Flash mode works with full precapture sequence.
  • Updated Android lint settings.

v0.8.1+7

  • Fix device orientation sometimes not affecting the camera preview orientation.

v0.8.1+5

  • Make sure the setFocusPoint and setExposurePoint coordinates work correctly in all orientations on iOS (instead of only in portrait mode).

v0.8.1+4

  • Silenced warnings that may occur during build when using a very
    recent version of Flutter relating to null safety.

v0.8.1+3

  • Do not change camera orientation when iOS device is flat.

v0.8.1+2

  • Fix iOS crash when selecting an unsupported FocusMode.

v0.8.1+1

  • Migrate maven repository from jcenter to mavenCentral.

v0.8.1

  • Fix device orientation sometimes not affecting the camera preview orientation.

v0.8.0

  • Stable null safety release.
  • Solved delay when using the zoom feature on iOS.
  • Added a timeout to the pre-capture sequence on Android to prevent crashes when the camera cannot get a focus.
  • Updates the example code listed in the README.md, so it runs without errors when you simply copy/ paste it into a Flutter App.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/camera-0.x branch from b661d5f to b4bbeef Compare September 25, 2022 15:18
@renovate renovate Bot changed the title Update dependency camera to ^0.9.0 Update dependency camera to ^0.10.0 Sep 25, 2022
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Mar 16, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pubspec.lock
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/HadesPTIT/flutter_instagram":"/mnt/renovate/gh/HadesPTIT/flutter_instagram" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/HadesPTIT/flutter_instagram" docker.io/containerbase/sidecar bash -l -c "install-tool flutter 3.7.7 && flutter pub upgrade camera"
Because no versions of tuple match >1.0.3 <2.0.0 and tuple 1.0.3 depends on quiver >=0.22.0 <3.0.0, tuple ^1.0.3 requires quiver >=0.22.0 <3.0.0.
And because camera >=0.8.0 depends on quiver ^3.0.0, tuple ^1.0.3 is incompatible with camera >=0.8.0.
So, because flutter_new_instagram depends on both camera ^0.10.0 and tuple ^1.0.3, version solving failed.
pub finished with exit code 1

@renovate renovate Bot force-pushed the renovate/camera-0.x branch from b4bbeef to 926ddaa Compare May 23, 2024 09:01
@renovate renovate Bot changed the title Update dependency camera to ^0.10.0 Update dependency camera to ^0.11.0 May 23, 2024
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented May 23, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pubspec.lock
Command failed: flutter pub upgrade camera
The current Dart SDK version is 2.10.5.

Because flutter_new_instagram depends on camera >=0.8.0-nullsafety which requires SDK version >=2.12.0-0 <4.0.0, version solving failed.
pub upgrade failed (1; Because flutter_new_instagram depends on camera >=0.8.0-nullsafety which requires SDK version >=2.12.0-0 <4.0.0, version solving failed.)

@renovate renovate Bot force-pushed the renovate/camera-0.x branch from 926ddaa to 1990a07 Compare November 1, 2025 08:04
@renovate renovate Bot changed the title Update dependency camera to ^0.11.0 Update dependency camera to v0.11.3 Nov 1, 2025
@renovate renovate Bot force-pushed the renovate/camera-0.x branch from 1990a07 to cbfdd0a Compare February 10, 2026 12:08
@renovate renovate Bot changed the title Update dependency camera to v0.11.3 Update dependency camera to v0.11.3+1 Feb 10, 2026
@renovate renovate Bot force-pushed the renovate/camera-0.x branch from cbfdd0a to fbfec7e Compare February 18, 2026 23:41
@renovate renovate Bot changed the title Update dependency camera to v0.11.3+1 Update dependency camera to v0.11.4 Feb 18, 2026
@renovate renovate Bot force-pushed the renovate/camera-0.x branch from fbfec7e to 6cd4bc1 Compare March 1, 2026 13:54
@renovate renovate Bot changed the title Update dependency camera to v0.11.4 Update dependency camera to v0.12.0 Mar 1, 2026
@renovate renovate Bot force-pushed the renovate/camera-0.x branch from 6cd4bc1 to 1c2fb48 Compare March 31, 2026 08:56
@renovate renovate Bot changed the title Update dependency camera to v0.12.0 Update dependency camera to ^0.12.0 Mar 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants