Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 73a59d6

Browse files
committed
[camera] Update quiver dep.
1 parent e113013 commit 73a59d6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/camera/camera/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.0+6
2+
3+
* Update `quiver` to `^3.0.0-nullsafety.2` so this can be used alongside `google_sign_in`.
4+
15
## 0.7.0+5
26

37
* Fixes crash when taking a picture on iOS devices without flash.

packages/camera/camera/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: camera
22
description: A Flutter plugin for getting information about and controlling the
33
camera on Android and iOS. Supports previewing the camera feed, capturing images, capturing video,
44
and streaming image buffers to dart.
5-
version: 0.7.0+5
5+
version: 0.7.0+6
66
homepage: https://github.com/flutter/plugins/tree/master/packages/camera/camera
77

88
dependencies:
99
flutter:
1010
sdk: flutter
1111
camera_platform_interface: ^1.5.0
1212
pedantic: ^1.8.0
13-
quiver: ^2.1.5
13+
quiver: ^3.0.0-nullsafety.2
1414

1515
dev_dependencies:
1616
path_provider: ^0.5.0

0 commit comments

Comments
 (0)