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

Commit a6cbf67

Browse files
authored
[camera] Stable release for null safety. (#3641)
Stable NNBD release for the camera package. With this PR I also migrated the example App to sound null safe.
1 parent 976a7fb commit a6cbf67

File tree

6 files changed

+212
-132
lines changed

6 files changed

+212
-132
lines changed

packages/camera/camera/CHANGELOG.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1-
## 0.8.0-nullsafety.3
2-
3-
* Updates the example code listed in the [README.md](README.md), so it runs without errors when you simply copy/ paste it into a Flutter App.
4-
5-
## 0.8.0-nullsafety.2
1+
## 0.8.0
62

3+
* Stable null safety release.
74
* Solved delay when using the zoom feature on iOS.
8-
9-
## 0.8.0-nullsafety.1
10-
115
* Added a timeout to the pre-capture sequence on Android to prevent crashes when the camera cannot get a focus.
12-
13-
## 0.8.0-nullsafety
14-
15-
* Migrated to null safety.
6+
* Updates the example code listed in the [README.md](README.md), so it runs without errors when you simply copy/ paste it into a Flutter App.
167

178
## 0.7.0+4
189

packages/camera/camera/example/integration_test/camera_test.dart

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Copyright 2019, the Chromium project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
5+
// TODO(mvanbeusekom): Remove this once flutter_driver supports null safety.
6+
// https://github.com/flutter/flutter/issues/71379
7+
// @dart = 2.9
18
import 'dart:async';
29
import 'dart:io';
310
import 'dart:ui';

0 commit comments

Comments
 (0)