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

Commit

Permalink
[camera] Update quiver dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
ditman committed Jan 15, 2021
1 parent e113013 commit 73a59d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/camera/camera/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.0+6

* Update `quiver` to `^3.0.0-nullsafety.2` so this can be used alongside `google_sign_in`.

## 0.7.0+5

* Fixes crash when taking a picture on iOS devices without flash.
Expand Down
4 changes: 2 additions & 2 deletions packages/camera/camera/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: camera
description: A Flutter plugin for getting information about and controlling the
camera on Android and iOS. Supports previewing the camera feed, capturing images, capturing video,
and streaming image buffers to dart.
version: 0.7.0+5
version: 0.7.0+6
homepage: https://github.com/flutter/plugins/tree/master/packages/camera/camera

dependencies:
flutter:
sdk: flutter
camera_platform_interface: ^1.5.0
pedantic: ^1.8.0
quiver: ^2.1.5
quiver: ^3.0.0-nullsafety.2

dev_dependencies:
path_provider: ^0.5.0
Expand Down

0 comments on commit 73a59d6

Please sign in to comment.